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

.link__arrow {
  margin-left: 6px;
}

.header__seal {
  position: absolute;
  top: 70%;
  left: -50px;
}

.hiding-parent {
  overflow: hidden;
}

.no-bottom-margin {
  margin-bottom: -80px;
}

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

.demo__button-link {
  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;
  margin-bottom: 96px;
}
.demo__button-link:hover {
  box-shadow: 0 8px 12px rgba(var(--p1OCBlack), 0.16);
  color: var(--p1FontBlue);
  background-color: var(--p1DarkWhite);
}
.demo__button-link__buttonwrapper {
  float: right;
}

.big-grey-background {
  background: var(--p1DarkWhite2);
  padding: 96px 78px;
  border-radius: 48px;
}
.big-grey-background__container {
  display: flex;
  justify-content: center;
  margin: 0 12px;
  margin: 80px 0;
}

.hero__simple {
  background-image: url("/Background_Shape_simple.96e2efc3.svg");
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
  padding-top: 100px;
  margin-top: -52px;
}

.kiosk-hero {
  background-image: url("/Background_Shape.23b8408f.svg");
  background-size: cover;
  background-position: left bottom;
  background-repeat: no-repeat;
}
.kiosk-hero__content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.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__title {
  margin-bottom: 72px;
  text-align: center;
  max-width: 760px;
  letter-spacing: -0.02em;
}

.horizontal-hero {
  background-image: url("/Background_Shape.23b8408f.svg");
  background-size: cover;
  background-position: left bottom;
  background-repeat: no-repeat;
}
.horizontal-hero__content {
  margin-top: 70px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.horizontal-hero__banner {
  background: var(--p1LighterBlue);
  border-radius: 100px;
  padding: 6px 12px;
  color: var(--p1FontWhite);
  display: flex;
  margin-bottom: 20px;
  font-size: 12px;
  line-height: 1.5;
  align-items: center;
}
.horizontal-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;
}
.horizontal-hero__title {
  text-align: left;
  max-width: 760px;
  font-weight: 900;
  letter-spacing: -0.02em;
}

.kiosk-features {
  display: flex;
  justify-content: center;
  margin: 0 12px;
  margin-bottom: 300px;
}
.kiosk-features__background {
  background: var(--p1DarkWhite2);
  padding: 96px 78px;
  border-radius: 48px;
  padding-bottom: 200px;
}
.kiosk-features__card-container {
  display: -ms-grid;
  display: grid;
  gap: 24px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: minmax(auto, 33%) minmax(auto, 33%) minmax(auto, 33%);
}
.kiosk-features__card {
  min-height: 243px;
  background: var(--p1White);
  box-shadow: 0px 1px 2px rgba(var(--p1OCBlack), 0.05);
  border-radius: 24px;
  padding: 32px;
  border: 1px solid var(--p1VeryLightGrey2);
  overflow: hidden;
  -ms-grid-column-span: 1;
}
.kiosk-features__card--big {
  -ms-grid-column-span: 2;
  grid-column: span 2;
  display: flex;
}
.kiosk-features__card--big img {
  margin-left: 32px;
  margin-bottom: -32px;
  margin-right: -16px;
  margin-top: 32px;
}
.kiosk-features__card--big .img_right {
  margin-right: -32px;
  float: right;
}
.kiosk-features__card--dark {
  background: var(--p1VeryDarkBlue);
  border: 1px solid var(--p1VeryDarkBlue2);
}
.kiosk-features__card--dark .kiosk-features__card-text--bold {
  color: var(--p1FontWhite) !important;
}
.kiosk-features__card--dark .kiosk-features__card-text {
  color: var(--p1FontWhite) !important;
}
.kiosk-features__card--primary {
  background: var(--p1Blue);
  border: none;
}
.kiosk-features__card--primary .kiosk-features__card-title {
  color: var(--p1FontWhite) !important;
}
.kiosk-features__card--primary .kiosk-features__card-text--bold {
  color: var(--p1FontWhite) !important;
}
.kiosk-features__card--primary .kiosk-features__card-text {
  color: var(--p1FontLightBlue) !important;
}
.kiosk-features__card-title {
  font-size: 22px;
  line-height: 1.5;
  color: var(--p1Blue);
  margin-bottom: 24px;
  font-weight: 500;
}
.kiosk-features__card-text {
  font-size: 18px;
  line-height: 1.5;
}
.kiosk-features__card-text--bold {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 500;
  color: var(--p1FontDarkGrey);
  margin-bottom: 12px;
}

.cta {
  margin-top: 0px;
  margin-bottom: 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);
}
.cta__subtitle {
  color: var(--p1FontLightBlue) !important;
}
.cta__text-container {
  display: flex;
  flex-direction: column;
  max-width: 700px;
}
.cta__double-link {
  display: flex;
  flex-wrap: wrap;
}
.cta__double-link a {
  height: 45px;
  white-space: nowrap;
  margin-bottom: 24px;
}
.cta__double-link a:nth-child(1) {
  margin-right: 24px;
}

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

.kiosk-references {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 114px;
}
.kiosk-references__text {
  text-align: center;
  max-width: 620px;
  margin-bottom: 48px;
  font-size: 18px;
  line-height: 1.5;
}
.kiosk-references__logo-head {
  font-size: 12px;
  line-height: 1.5;
  color: var(--p1FontMediumGrey2);
  margin-bottom: 18px;
  text-transform: uppercase;
  font-weight: 500;
}
.kiosk-references__logo-container {
  display: flex;
  flex-wrap: wrap;
  width: 370px;
  margin: -12px;
}
.kiosk-references__logo {
  margin: 12px;
  width: 160px;
}
.kiosk-references__semibold {
  font-weight: 500;
  color: var(--p1FontDarkGrey);
}
.kiosk-references__semibold.h4 {
  display: inline;
  font-size: 18px;
}
.kiosk-references__normal {
  font-weight: normal;
  color: var(--p1FontDarkGrey);
}
.kiosk-references__normal.h4 {
  display: inline;
  font-size: 18px;
}

.kiosk-testimonials {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 96px;
}
.kiosk-testimonials__title {
  font-size: 35px;
  line-height: 110%;
  text-align: center;
  margin-bottom: 48px;
  max-width: 760px;
  font-weight: 600;
  letter-spacing: -0.02em;
}
.kiosk-testimonials__card-container {
  display: flex;
  justify-content: center;
  width: 100%;
  flex-wrap: wrap;
}
.kiosk-testimonials__card {
  border: 1px solid var(--p1VeryLightGrey2);
  box-sizing: border-box;
  /* Shadow/XS */
  display: block;
  flex-direction: column;
  box-shadow: 0px 1px 2px rgba(var(--p1OCBlack), 0.05);
  border-radius: 24px;
  max-width: 540px;
  padding: 32px;
  margin: 12px;
}
.kiosk-testimonials__logo {
  height: 36px;
  align-self: flex-start;
}
.kiosk-testimonials__text {
  display: block;
  font-size: 18px;
  line-height: 1.5;
  margin: 24px 0;
  flex: 1;
  color: var(--p1FontMediumGrey);
}

.kiosk-footer {
  background-color: var(--p1Blue);
  color: var(--p1FontWhite);
  width: 100%;
  position: relative;
  overflow: hidden;
}
.kiosk-footer__content {
  display: flex;
  height: 616px;
}
.kiosk-footer__text-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 50%;
}
.kiosk-footer__title {
  font-weight: bold;
  font-size: 44px;
  line-height: 110%;
  color: var(--p1FontWhite);
  max-width: 540px;
}
.kiosk-footer__text {
  font-size: 22px;
  line-height: 1.5;
  color: var(--p1FontLightBlue);
  margin-top: 16px;
  margin-bottom: 32px;
}
.kiosk-footer__img {
  margin-top: 72px;
  position: absolute;
  left: 50%;
  overflow: hidden;
}

.demo-no-top-margin {
  margin-top: 0 !important;
}

.demo-header-padding {
  padding-top: 0 !important;
}

.demo-hero__title {
  margin-bottom: 32px;
  max-width: 760px;
  letter-spacing: -0.02em;
  font-size: 50px;
  line-height: 110%;
}
.demo-hero__title span {
  color: var(--p1FontLightBlue);
}

.demo-features {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
  margin-bottom: 112px;
}
.demo-features__title {
  font-size: 35px;
  line-height: 110%;
  text-align: center;
  margin-bottom: 48px;
  max-width: 760px;
  font-weight: 600;
  letter-spacing: -0.02em;
}
.demo-features__grid {
  display: -ms-grid;
  display: grid;
  gap: 24px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-auto-rows: 1fr;
  grid-template-columns: minmax(auto, 33%) minmax(auto, 33%) minmax(auto, 33%);
}
.demo-features__grid-item {
  border: 1px solid var(--p1VeryLightGrey2);
  box-sizing: border-box;
  /* Shadow/XS */
  box-shadow: 0px 1px 2px rgba(var(--p1OCBlack), 0.05);
  border-radius: 24px;
  padding: 32px;
}
.demo-features__grid-item-content {
  display: flex;
  flex-direction: column;
  width: 100%;
  justify-content: center;
}
.demo-features__grid-item-img {
  filter: drop-shadow(0 10px 10px rgba(var(--p1OCBlack), 0.04)) drop-shadow(0 20px 25px rgba(var(--p1OCBlack), 0.1));
}
.demo-features__grid-column-img {
  display: flex;
  justify-content: center;
  margin-top: 48px;
}
.demo-features__grid-column-img img {
  margin-bottom: -50%;
}
.demo-features__grid-row {
  -ms-grid-column-span: 2;
  -ms-grid-row-span: 2;
  grid-column: span 2;
  grid-row: span 2;
  display: flex;
  flex-direction: row;
  justify-content: baseline;
}
.demo-features__grid-column {
  -ms-grid-row-span: 3;
  grid-row: span 3;
  overflow: hidden;
}
.demo-features__grid-single {
  text-align: center;
  display: flex;
  align-items: center;
}
.demo-features__grid-single a {
  width: 100%;
}
.demo-features__img-link {
  display: flex;
  align-items: center;
  justify-content: center;
}

.demo-applications {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.demo-applications__card {
  display: flex;
  margin-top: 60px;
  border: 1px solid var(--p1VeryLightGrey2);
  /* Shadow/XS */
  box-shadow: 0px 1px 2px rgba(var(--p1OCBlack), 0.05);
  border-radius: 24px;
  padding: 34px;
  width: 100%;
}
.demo-applications__image {
  width: 302px;
  position: relative;
  display: flex;
  align-items: center;
}
.demo-applications__image > img {
  width: 302px;
}
.demo-applications__image:hover, .demo-applications__image:focus {
  cursor: pointer;
}
.demo-applications__image:hover .demo-applications__reference-icon, .demo-applications__image:focus .demo-applications__reference-icon {
  opacity: 1;
}
.demo-applications__image:hover .demo-applications__reference-icon img, .demo-applications__image:focus .demo-applications__reference-icon img {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
.demo-applications__reference {
  width: 302px;
}
.demo-applications__reference-icon {
  position: absolute;
  position: absolute;
  top: 50%;
  /* position the top  edge of the element at the middle of the parent */
  left: 50%;
  /* position the left edge of the element at the middle of the parent */
  transform: translate(-50%, -50%);
  border-radius: 50px;
  width: 50px;
  height: 50px;
  background: var(--p1Blue);
  opacity: 0.8;
}
.demo-applications__reference-icon img {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-transform: rotate(-30deg);
  -moz-transform: rotate(-30deg);
  -ms-transform: rotate(-30deg);
  -o-transform: rotate(-30deg);
  transform: rotate(-30deg);
}
.demo-applications__text-container {
  display: flex;
  flex-direction: column;
  text-align: start;
  margin-left: 34px;
  width: 100%;
}
.demo-applications__text-container span {
  font-size: 12px;
  margin-bottom: 24px;
  margin-top: 12px;
}

.demo-app {
  margin-bottom: 80px;
}

.demo-picker {
  max-width: 1140px;
  margin-top: 60px;
}
.demo-picker__container {
  width: 100%;
  display: flex;
  justify-content: center;
}
.demo-picker__scroll-container {
  display: flex;
  justify-content: center;
  text-align: center;
}
.demo-picker__element {
  margin: 0 35px;
  color: var(--p1FontMediumGrey);
  opacity: 0.5;
}
.demo-picker__element img {
  border-radius: 50%;
  margin-bottom: 20px;
  filter: drop-shadow(0px 1px 2px rgba(var(--p1OCBlack), 0.06)) drop-shadow(0px 1px 3px rgba(var(--p1OCBlack), 0.1));
}
.demo-picker .active {
  opacity: 1;
  color: var(--p1FontBlue);
}

.demo-banner {
  background: var(--p1White);
  border-radius: 100px;
  padding: 6px 12px;
  color: var(--p1FontMediumGrey);
  font-size: 12px;
  line-height: 1.5;
  display: flex;
  margin-bottom: 32px;
  align-items: center;
  align-self: center;
}

.demo-banner-new {
  background: var(--p1Blue);
  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;
}

.lottieLine {
  height: 280px;
  width: 580px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  overflow: visible;
  z-index: -1;
}
.lottieLine__container {
  position: relative;
  width: 100%;
  z-index: -1;
}
.lottieLine--reversed {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

#lineOne {
  margin-top: -225px;
}

#lineTwo {
  margin-top: -45px;
}

#lineThree {
  margin-top: -145px;
}

#lineFour {
  margin-top: -65px;
  height: 360px;
}

#lineFive {
  margin-top: -125px;
  height: 340px;
}

#lineSix {
  margin-top: -65px;
}

#lineSeven {
  margin-top: -45px;
}

#lineEight {
  margin-top: -85px;
  height: 330px;
}

#lineNine {
  margin-top: -55px;
}

#lineTen {
  margin-top: -70px;
  height: 330px;
}

.demo-apps {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.demo-apps__card {
  padding-bottom: 0px;
}
.demo-apps__text-container {
  display: flex;
  flex-direction: column;
  text-align: start;
  margin-left: 34px;
  width: 100%;
}
.demo-apps__text-container h4, .demo-apps__text-container .h4 {
  margin-bottom: 0px;
}
.demo-apps__text-container ul {
  margin: 16px 0;
  list-style: none;
  padding-left: 0px;
}
.demo-apps__text-container ul li {
  margin: 8px 0;
  display: flex;
}
.demo-apps__text-container ul li img {
  margin-right: 15px;
}
.demo-apps__text-container > a {
  margin-bottom: 52px;
}
.demo-apps__text {
  max-width: 546px;
  display: flex;
  flex-direction: column;
}
.demo-apps__text h3, .demo-apps__text .h3 {
  font-weight: 700;
  color: var(--p1FontDarkGrey);
  line-height: 110%;
  text-align: center;
  font-size: 35px;
  margin-bottom: 16px;
}
.demo-apps__text p {
  color: var(--p1FontMediumGrey2);
  font-size: 22px;
  line-height: 1.5;
}
.demo-apps__badges {
  display: flex;
  margin-bottom: 24px;
}
.demo-apps__badges img {
  height: 63px;
  margin-right: 24px;
}
.demo-apps__image-container {
  display: flex;
  align-items: flex-end;
  width: 50%;
}
.demo-apps__img-changeable {
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 374px;
  display: block;
  align-self: flex-end;
}
.demo-apps__naturheilkunde {
  background-image: url(/magazin-app-erstellen-referenz-screenshot.24fa8039.png);
}
.demo-apps__naturheilkunde:hover {
  background-image: url(/magazin-app-erstellen-referenz-qr.d852f374.png);
}
.demo-apps__periodika {
  background-image: url(/periodika-app-erstellen-screenshot.67045d30.png);
}
.demo-apps__periodika:hover {
  background-image: url(/periodika-app-erstellen-qr.1d9560be.png);
}
.demo-apps__blasmusik {
  background-image: url(/verbands-app-erstellen-screenshot.e8451580.png);
}
.demo-apps__blasmusik:hover {
  background-image: url(/verbands-app-erstellen-qr.94f5e97f.png);
}
.demo-apps__ihk {
  background-image: url(/nachrichten-app-erstellen-screenshot.0ed2319d.png);
}
.demo-apps__ihk:hover {
  background-image: url(/nachrichten-app-erstellen-qr.24fd2e93.png);
}
.demo-apps__naeve {
  background-image: url(/katalog-app-erstellen-referenz-screenshot.9528d868.png);
}
.demo-apps__naeve:hover {
  background-image: url(/katalog-app-erstellen-referenz-qr.e16aa67c.png);
}

.demo-kiosk {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.demo-kiosk img {
  max-width: 100%;
}
.demo-kiosk__text {
  max-width: 546px;
  display: flex;
  flex-direction: column;
}
.demo-kiosk__text h3, .demo-kiosk__text .h3 {
  font-weight: 700;
  color: var(--p1FontDarkGrey);
  line-height: 110%;
  text-align: center;
  font-size: 35px;
  margin-bottom: 40px;
}
.demo-kiosk__text p {
  color: var(--p1FontMediumGrey);
  font-size: 18px;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 40px;
}
.demo-kiosk__text a {
  align-self: center;
  margin-bottom: 40px;
}
.demo-kiosk__badges {
  display: flex;
  justify-content: center;
  margin-top: 32px;
}
.demo-kiosk__img-changeable {
  background-repeat: no-repeat;
  width: 290px;
  height: 374px;
  display: block;
}

.anchor-scroll {
  padding-top: 100px;
  margin-top: -100px;
}

@media (min-width: 841px) {
  .demo-picker__element:hover {
    cursor: pointer;
    opacity: 1;
  }
  .demo-picker__element:hover img {
    box-shadow: 0px 4px 6px -2px rgba(var(--p1OCBlack), 0.05), 0px 10px 15px -3px rgba(var(--p1OCBlack), 0.1);
  }
}
@media (max-width: 1200px) {
  .demo-features {
    margin-top: 60px;
  }

  .margin-top-30-xs {
    margin-top: 30px;
  }

  .lottieLine {
    display: none;
  }

  .kiosk-features__card-container {
    grid-template-columns: minmax(auto, 50%) minmax(auto, 50%);
  }

  .big-grey-background {
    padding: 96px 20px;
    border-radius: 0px;
    width: 100%;
  }
  .big-grey-background__container {
    display: flex;
    width: 100%;
    justify-content: center;
  }

  .demo-header-padding {
    padding-top: 50px !important;
  }

  .demo-apps__text-container {
    margin-left: 0;
  }
  .demo-apps__card {
    flex-direction: column-reverse !important;
  }
  .demo-apps__card h4, .demo-apps__card .h4 {
    font-size: 16px;
  }
  .demo-apps__card ul {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .demo-apps__card li {
    font-size: 16px;
    justify-content: center;
  }
  .demo-apps__img-changeable {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    background-size: cover;
    width: 279px;
  }
  .demo-apps__image-container {
    display: flex;
    justify-content: center;
    width: 100%;
  }
  .demo-apps__badges {
    display: flex;
    justify-content: baseline;
  }
  .demo-apps__badges img {
    height: 38px;
  }

  .header__seal {
    height: 60px;
    left: -30px;
  }

  .demo-applications__card {
    flex-direction: column;
  }
  .demo-applications__card > img {
    width: 302px;
  }
  .demo-applications__text-container {
    margin-left: 0;
    margin-top: 32px;
  }
  .demo-applications__image {
    display: flex;
    justify-content: center;
    width: 100%;
  }

  .demo-hero__title {
    font-size: 35px;
  }
}
@media (max-width: 840px) {
  .demo-picker {
    width: 100%;
    overflow-x: scroll;
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
  }
  .demo-picker ::-webkit-scrollbar {
    display: none;
  }
  .demo-picker__scroll-container {
    width: 840px;
  }
  .demo-picker__element {
    font-size: 18px;
    margin: 0;
  }
}
@media (max-width: 768px) {
  .link__blue {
    font-size: 16px;
  }

  .header__seal {
    left: 0;
  }

  .mobile-full-width {
    display: inline-block;
    text-align: center;
    width: 100%;
  }

  .hero__simple {
    width: 100%;
    background-size: stretch;
    background-position: bottom;
    background-repeat: no-repeat;
  }

  .big-grey-background {
    padding: 24px 16px;
  }
  .big-grey-background__container {
    display: flex;
    justify-content: center;
  }

  .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;
  }
  .cta__double-link a:nth-child(1) {
    margin-right: 0px;
  }

  .no-bottom-margin {
    margin-bottom: -40px;
  }

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

  .kiosk-hero__title {
    margin-bottom: 48px;
  }

  .horizontal-hero__content {
    margin-top: 48px;
    flex-direction: column;
    text-align: center;
  }
  .horizontal-hero__title {
    text-align: center;
  }

  .kiosk-references {
    margin-bottom: 74px;
  }
  .kiosk-references__text {
    font-size: 16px;
  }

  .kiosk-features {
    display: flex;
    justify-content: center;
    margin: 0 0;
    margin-bottom: 350px;
    width: 100%;
  }
  .kiosk-features__background {
    background: var(--p1DarkWhite2);
    border-radius: 48px;
    padding: 0;
    box-sizing: border-box;
  }
  .kiosk-features__card-container {
    grid-template-columns: minmax(auto, 100%);
    margin: 24px 16px;
  }
  .kiosk-features__card {
    height: auto;
    padding: 24px;
  }
  .kiosk-features__card--big {
    grid-column: span 1;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
  }
  .kiosk-features__card--big img {
    margin-left: 0;
    margin-right: 0;
  }
  .kiosk-features__card--big .img_right {
    align-self: flex-end;
  }
  .kiosk-features__card-title {
    font-size: 20px;
  }
  .kiosk-features__card-text {
    font-size: 16px;
  }
  .kiosk-features__card-text--bold {
    font-size: 16px;
  }

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

  .kiosk-testimonials {
    margin-bottom: 72px;
  }
  .kiosk-testimonials__title {
    font-size: 22px;
    margin-bottom: 12px;
  }
  .kiosk-testimonials__text {
    font-size: 16px;
  }

  .kiosk-footer {
    background-color: var(--p1Blue);
    color: var(--p1FontWhite);
    width: 100%;
    position: relative;
    overflow: hidden;
  }
  .kiosk-footer__content {
    flex-direction: column;
    align-items: center;
    height: auto;
  }
  .kiosk-footer__text-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    margin-top: 24px;
  }
  .kiosk-footer__title {
    font-size: 22px;
    max-width: none;
    text-align: center;
  }
  .kiosk-footer__text {
    font-size: 22px;
    line-height: 1.5;
    color: var(--p1FontLightBlue);
    margin-top: 16px;
    margin-bottom: 32px;
    text-align: center;
  }
  .kiosk-footer__img {
    margin-top: 24px;
    position: inherit;
    width: 100%;
  }

  .demo-hero__title {
    font-size: 35px;
  }

  .demo-features {
    margin-bottom: 72px;
  }
  .demo-features h3, .demo-features .h3 {
    margin-bottom: 24px;
    font-size: 22px;
    line-height: 110%;
  }
  .demo-features__grid {
    grid-template-columns: minmax(auto, 100%);
    grid-auto-rows: auto;
  }
  .demo-features__grid-item-content {
    display: flex;
    flex-direction: column;
  }
  .demo-features__grid-item-img {
    max-width: 180px;
    margin-top: 24px;
    margin-bottom: -40%;
  }
  .demo-features__grid-row {
    grid-column: span 1;
    grid-row: span 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
  }
  .demo-features__grid-column {
    grid-row: span 1;
  }
  .demo-features__grid-single {
    text-align: center;
  }
  .demo-features__grid-column-img {
    justify-content: center;
    margin-top: 0;
  }
  .demo-features__grid-column-img img {
    margin-bottom: -40%;
  }

  .demo__button-link {
    margin-bottom: 48px;
    font-size: 18px;
    line-height: 1.5;
  }

  .demo-apps__text {
    max-width: 546px;
    display: flex;
    flex-direction: column;
  }
  .demo-apps__text h3, .demo-apps__text .h3 {
    font-size: 22px;
  }
  .demo-apps__text p {
    font-size: 16px;
  }
  .demo-apps__img {
    height: 82px;
    margin-bottom: -24px;
    margin-top: 36px;
  }

  .demo-picker__scroll-container {
    width: 840px;
  }

  .lottieLine {
    display: none;
  }
}
/* HELPER */
.mt0 {
  margin-top: 0 !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.pt0 {
  padding-top: 0 !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

.w75 {
  width: 75%;
  margin: 40px auto 10px;
}
@media (max-width: 768px) {
  .w75 {
    width: auto;
  }
}

.w75 {
  width: 75%;
  margin: 40px auto 10px;
}
@media (max-width: 768px) {
  .w75 {
    width: auto;
  }
}

.w900 {
  max-width: 900px;
  margin: 40px auto 10px;
}

.semibold {
  font-weight: 600;
}