.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #333;
  font-family: Mukta Vaani, sans-serif;
  font-size: 10px;
  line-height: 100%;
}

h1 {
  margin-top: .5em;
  margin-bottom: .5em;
  font-size: 8em;
  font-weight: 300;
  line-height: 100%;
}

h2 {
  margin-top: .5em;
  margin-bottom: .5em;
  font-size: 5em;
  font-weight: 600;
  line-height: 100%;
}

h3 {
  margin-top: .5em;
  margin-bottom: .5em;
  font-size: 4em;
  font-weight: 300;
  line-height: 1.2em;
}

h4 {
  margin-top: .5em;
  margin-bottom: .5em;
  font-size: 3em;
  font-weight: 600;
  line-height: 1.25em;
}

h5 {
  margin-top: .5em;
  margin-bottom: .5em;
  font-size: 2em;
  font-weight: 300;
  line-height: 1.25em;
}

h6 {
  text-transform: uppercase;
  margin-top: .5em;
  margin-bottom: .5em;
  font-size: 1.618em;
  font-weight: 600;
  line-height: 100%;
}

p {
  margin-bottom: 1em;
  font-size: 1.618em;
  line-height: 150%;
}

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

a:hover {
  text-decoration: underline;
}

ul {
  margin-top: 0;
  margin-bottom: 1em;
  padding-left: 2em;
}

li {
  margin-bottom: -1em;
  padding-top: 1em;
  padding-bottom: 1em;
}

img {
  max-width: 100%;
}

label {
  margin-bottom: .5em;
  font-size: 1.618em;
  font-weight: 700;
  display: block;
}

.section {
  padding: 10em 5em;
  overflow: hidden;
}

.section.section-footer {
  color: #fff;
  background-color: #11bbd9;
}

.section.section-footer.alt {
  background-image: linear-gradient(rgba(17, 187, 217, .8), rgba(17, 187, 217, .8)), url('../images/pattern_bg_emerald.png'), url('../images/Arkicon_key_vis_01.jpg');
  background-position: 0 0, 50%, 50% 0;
  background-size: auto, 5px, cover;
  background-attachment: scroll, scroll, fixed;
}

.section.section-content {
  color: #666;
  background-image: radial-gradient(circle, rgba(255, 255, 255, .9), rgba(255, 255, 255, .8)), url('../images/pattern_bg_emerald.png');
  background-position: 0 0, 50%;
  background-size: auto, 5px;
}

.section.section-quote {
  color: #666;
  background-color: #eee;
  background-image: url('../images/pattern_bg.png');
  background-position: 50%;
  background-size: 5px;
  transition: opacity .2s;
}

.top-nav {
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 2px #11bbd9;
  padding-left: 5em;
  padding-right: 5em;
}

.top-nav.top-fixed {
  z-index: 99;
  width: 100%;
  padding-left: 2em;
  padding-right: 2em;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.nav-link {
  background-color: #fff;
  border-bottom: 2px solid #fff;
  margin-left: 0;
  padding: 1em;
  font-size: 1.618em;
  transition: border .4s;
  display: inline-block;
}

.nav-link:hover {
  color: #11bbd9;
  border-bottom-color: #11bbd9;
}

.nav-link.w--current {
  color: #11bbd9;
}

.nav-link.w--open {
  color: #11bbd9;
  border-bottom-color: #11bbd9;
}

.nav-link.lang {
  float: right;
  color: #ababab;
  background-color: #fff;
  border: 2px solid #ababab;
  border-radius: 2px;
  margin-top: 1em;
  padding-top: .9em;
  padding-bottom: .9em;
}

.frame {
  padding: 5em;
  position: relative;
}

.frame.bg-white {
  background-color: #fff;
}

.frame.bg-white.shadow {
  z-index: 2;
  position: relative;
  box-shadow: 0 0 4em rgba(0, 0, 0, .2);
}

.frame.bg-f8 {
  background-color: #f2f9fa;
  padding-left: 5em;
  padding-right: 5em;
}

.color-blue {
  color: #1c0fd1;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
}

.color-emerald {
  color: #11bbd9;
}

.btn {
  color: #11bbd9;
  letter-spacing: .5px;
  text-transform: uppercase;
  background-color: #fff;
  border-style: solid;
  border-width: 2px;
  border-radius: 2px;
  margin-right: 1em;
  padding: 1em;
  font-size: 1.618em;
  font-weight: 700;
  line-height: 1em;
  transition: all .35s ease-in-out;
}

.btn:hover {
  color: #1c0fd1;
}

.btn.w--current {
  color: #fff;
  background-color: #11bbd9;
}

.btn.btn-filled {
  color: #fff;
  background-color: #11bbd9;
  border-color: #11bbd9;
}

.btn.btn-filled:hover {
  background-color: #1c0fd1;
  border-color: #1c0fd1;
}

.btn.color-blue {
  color: #1c0fd1;
}

.logo-sygnet {
  width: 6em;
  height: 6em;
}

.center {
  text-align: center;
}

.menu-btn {
  color: #11bbd9;
  background-color: #fff;
  border: 2px solid #11bbd9;
  margin-top: 1em;
  margin-right: 1em;
  padding: .7em 1em;
  font-size: 1.618em;
}

.menu-btn.w--open {
  color: #fff;
  background-color: #11bbd9;
  font-size: 1.618em;
}

.offer-link {
  width: 100%;
  color: #fff;
  padding-top: 2em;
  padding-bottom: 2em;
}

.offer-link:hover {
  text-decoration: none;
}

.offer-link.w20 {
  min-height: 17em;
  float: left;
  border-radius: .4em;
  margin-top: 2em;
  margin-bottom: 0;
  padding-left: 2em;
  padding-right: 2em;
  position: relative;
}

.offer-link.w20:hover {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
}

.offer-link.w20.longer {
  background-color: rgba(28, 15, 209, .5);
  border: 2px solid #11bbd9;
  box-shadow: 0 0 2em rgba(0, 0, 0, .1);
}

.box-emerald {
  color: #fff;
  background-color: #11bbd9;
  padding: .5em 1em;
  display: inline-block;
}

.footer-txt {
  opacity: .5;
  border-top: 1px solid #fff;
  padding-top: 2em;
}

.right {
  text-align: right;
}

.footer-img {
  width: 5em;
  height: 5em;
  margin-bottom: 2em;
}

.small-offer-img {
  width: 8em;
  height: 8em;
}

.input {
  min-height: 3em;
  border: 1px solid #ddd;
  border-radius: 2px;
  margin-bottom: 1em;
  padding: .5em 1em;
  font-size: 1.618em;
}

.margin-0 {
  padding-left: 0;
  padding-right: 0;
}

.big-logo {
  max-height: 15em;
  max-width: 30em;
  margin-top: 5em;
  margin-bottom: 5em;
  display: inline-block;
}

.circle {
  width: 12em;
  height: 12em;
  text-align: center;
  border: 2px solid #fff;
  border-radius: 10em;
  flex-flow: row;
  align-content: center;
  justify-content: center;
  align-items: center;
  display: flex;
}

.circle.full-circle {
  background-color: #11bbd9;
  background-image: linear-gradient(rgba(17, 187, 217, .5), rgba(17, 187, 217, .5)), url('../images/pattern_bg.png');
  background-position: 0 0, 50%;
  background-size: auto, 5px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.small-hr {
  height: 1px;
  opacity: .5;
  background-color: #fff;
  margin-top: 5em;
  margin-bottom: 5em;
}

.small-hr.hr-emerald {
  background-color: #11bbd9;
}

.top-icons {
  background-color: #1c0fd1;
  background-image: linear-gradient(rgba(28, 15, 209, .5), rgba(28, 15, 209, .5)), url('../images/pattern_bg_emerald.png');
  background-position: 0 0, 50%;
  background-size: auto, 5px;
  padding-left: 5em;
  padding-right: 5em;
}

.top-icons.alt {
  background-image: linear-gradient(135deg, rgba(28, 15, 209, .62), rgba(17, 187, 217, .62)), url('../images/pattern_bg_emerald.png');
  background-position: 0 0, 50%;
  background-size: auto, 5px;
  padding: 2em 10vw 4em;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 6em rgba(0, 0, 0, .5);
}

.top-icons.big {
  color: #fff;
  padding-top: 10em;
  padding-bottom: 5em;
}

.top-bg {
  min-height: 69em;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, .5);
  background-image: linear-gradient(45deg, #fff, rgba(0, 0, 0, 0) 80%), url('../images/key_vis_07_17.jpg');
  background-position: 0 0, 50% 100%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 6em 40vw 5em 10vw;
  overflow: hidden;
}

.w20 {
  width: 20%;
  max-width: 20%;
}

.benefits {
  margin-bottom: 2em;
}

.benefit {
  background-image: url('../images/Arkicon_sygnet_vector_mini.svg');
  background-position: 0 16px;
  background-repeat: no-repeat;
  background-size: 18px;
  padding-left: 2em;
  font-size: 1.618em;
  line-height: 150%;
}

.impressum {
  opacity: 0;
  background-color: rgba(0, 0, 0, .1);
  margin-top: 2em;
  display: none;
  position: relative;
}

.impressum.uno {
  opacity: 1;
  display: block;
}

.close {
  width: 40px;
  height: 40px;
  opacity: .75;
  color: #fff;
  text-align: center;
  background-color: red;
  font-size: 40px;
  line-height: 40px;
  position: absolute;
  top: 0;
  right: 0;
  overflow: hidden;
}

.close:hover {
  opacity: 1;
}

.color-white, .color-white.w--current {
  color: #fff;
}

.success {
  background-color: #11d9a1;
  padding: 2em;
  font-size: 1.618em;
}

.text-block {
  color: #fff;
}

.error {
  padding: 1em;
  font-size: 1.618em;
}

.star {
  color: #1c0fd1;
}

.bene-head {
  color: #11bbd9;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  margin-bottom: 1em;
  padding-bottom: .5em;
  display: inline-block;
}

.social-logos {
  border-top: 1px solid rgba(255, 255, 255, .5);
}

.social-logo {
  width: 100px;
  height: 8em;
  padding-left: 2em;
  padding-right: 2em;
  line-height: 8em;
}

.product-desc {
  padding-top: 2em;
  padding-bottom: 2em;
}

.white-bg {
  background-color: #fff;
  padding-left: 2em;
  padding-right: 2em;
}

.menu-btn-txt {
  float: left;
  text-transform: uppercase;
  padding-left: 1em;
  line-height: 1em;
  display: block;
}

.menu-btn-icon {
  height: 1em;
  float: left;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  line-height: 1em;
  position: static;
}

.menu-dd {
  float: right;
}

.menu-dd-bg.w--open {
  background-color: #fff;
  border-left: 2px solid #11bbd9;
  transition: all .35s ease-in-out;
}

.logo-offer {
  text-align: right;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.brand-circle {
  width: 7em;
  height: 7em;
  text-align: center;
  background-color: #fff;
  border-radius: 4em;
  margin-top: 1em;
  line-height: 7em;
}

.brand-circle.w--current {
  background-color: #f8fafa;
}

.about-us-logo {
  max-height: 16em;
  margin-top: 2em;
  margin-bottom: 2em;
  padding-right: 2em;
  display: block;
}

.partner-logo {
  width: 100%;
  filter: grayscale();
  text-align: center;
  line-height: 100px;
  transition: all .25s ease-in-out;
}

.partner-logo:hover {
  filter: grayscale(0%);
  transform: scale(1.25);
}

.partner-logo.exclusive {
  filter: none;
}

.partner-img {
  width: auto;
  max-height: 100px;
  display: inline;
}

.partner-img.big, .partner-img.top {
  max-height: 16em;
}

.partner-img.mobile {
  max-height: 16em;
  display: none;
}

.partner-img.big-copy {
  max-height: 16em;
}

.partner-desc {
  border-bottom: 1px solid rgba(17, 187, 217, .5);
  margin-bottom: 4em;
  padding-bottom: 4em;
}

.eee-bg {
  background-color: #eee;
  padding-left: 2em;
  padding-right: 2em;
}

.jumbo {
  font-size: 1.618em;
  line-height: .618em;
}

.spacer4 {
  margin-bottom: 4em;
}

.list-item {
  margin-bottom: -1em;
}

.new-top {
  z-index: 100;
  height: 1em;
  background-color: rgba(0, 0, 0, 0);
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  overflow: visible;
}

.new-logo {
  z-index: 101;
  width: 80px;
  height: 80px;
  background-color: #fff;
  background-image: url('../images/webclip.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 6em;
  border: 1em solid rgba(0, 0, 0, 0);
  border-radius: 10em;
  margin: 1em 2em;
  padding: 0 0 0 0;
  transition: all .3s ease-in-out;
  display: block;
  box-shadow: 0 0 2em rgba(0, 0, 0, .1);
}

.new-logo:hover {
  background-size: 7em;
}

.new-navlink {
  color: #11bbd9;
  text-transform: uppercase;
  border: 2px solid #11bbd9;
  border-radius: 2px;
  margin-top: 1em;
  margin-right: 1em;
  padding: 1em 1.619em 1em 1.618em;
  font-size: 1.618em;
  font-weight: 600;
}

.new-navlink.lang-de {
  z-index: 102;
  float: right;
  color: #666;
  background-image: url('../images/Flag_of_Germany.svg');
  background-position: 15px;
  background-repeat: no-repeat;
  background-size: 30px;
  border-color: rgba(0, 0, 0, 0);
  padding-left: 60px;
  padding-right: 10px;
  transition: all .3s ease-in-out;
  position: relative;
}

.new-navlink.lang-de:hover {
  color: #1c0fd1;
  background-color: #fff;
  background-position: 10px;
  background-size: 40px;
  border-color: #eee;
}

.new-navlink.menu {
  background-color: #fff;
  box-shadow: 0 0 2em rgba(0, 0, 0, .1);
}

.new-navlink.menu:hover {
  color: #1c0fd1;
  border-color: #1c0fd1;
}

.new-navlink.menu.w--open {
  z-index: 102;
  color: #1c0fd1;
  border-color: #1c0fd1;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  position: relative;
}

.new-navlink.lang-en {
  z-index: 102;
  float: right;
  color: #666;
  background-image: url('../images/Flag_of_the_United_Kingdom_1-2.svg');
  background-position: 15px;
  background-repeat: no-repeat;
  background-size: 30px;
  border-color: rgba(0, 0, 0, 0);
  padding-left: 60px;
  padding-right: 10px;
  transition: all .3s ease-in-out;
  position: relative;
}

.new-navlink.lang-en:hover {
  color: #1c0fd1;
  background-color: #fff;
  background-position: 10px;
  background-size: 40px;
  border-color: #eee;
}

.icon {
  font-size: 1em;
  line-height: 1em;
}

.new-navmenu {
  background-color: #fff;
  padding: 6em 12em 4em;
  display: block;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.menu-columns {
  text-align: left;
  border: 2px solid #fff;
}

.menu-col-head {
  color: #cbc8fa;
  padding-bottom: .333em;
  padding-left: .309em;
  font-size: 4em;
  font-weight: 300;
  line-height: 1em;
}

.menu-col-link {
  text-transform: uppercase;
  border-bottom: 1px solid #ddd;
  margin-top: .25em;
  margin-bottom: .25em;
  padding: 1em;
  font-size: 1.618em;
  font-weight: 600;
  line-height: 1em;
  display: block;
}

.menu-col-link:hover {
  color: #fff;
  background-color: #1c0fd1;
}

.menu-col {
  width: 100%;
  max-width: 36em;
  margin-left: auto;
  margin-right: auto;
  padding-top: 4em;
  padding-bottom: 4em;
  transition: background-color .3s ease-in-out;
}

.new-badge {
  color: #fff;
  background-color: #11bbd9;
  border-radius: .25em;
  margin-top: -.25em;
  margin-bottom: -.25em;
  margin-left: .25em;
  padding: .25em .5em;
  display: inline-block;
}

.bg-light {
  background-color: #f5f5fa;
}

.hot-badge {
  text-align: right;
  position: absolute;
  top: .125em;
  bottom: auto;
  left: auto;
  right: -.125em;
}

.back2top {
  width: 5em;
  height: 5em;
  color: rgba(0, 0, 0, 0);
  background-color: #11bbd9;
  background-image: url('../images/arkicon-up-arr.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 5em;
  transition: background-color .35s ease-in-out;
  display: block;
  position: fixed;
  top: auto;
  bottom: 2em;
  left: auto;
  right: 2em;
  overflow: hidden;
  box-shadow: 0 0 2em rgba(0, 0, 0, .1);
}

.back2top:hover {
  background-color: #1c0fd1;
}

.top-menu {
  background-color: rgba(0, 0, 0, 0);
}

.c2a_linkedin {
  width: 6em;
  color: rgba(0, 0, 0, 0);
  background-color: #0a66c2;
  background-image: url('../images/linkedin_logo_white.svg');
  background-position: 16px;
  background-repeat: no-repeat;
  background-size: auto 1em;
  border-radius: .25em;
  padding-top: .25em;
  padding-bottom: .25em;
  display: block;
}

.c2a_photo {
  width: 100%;
  max-width: 25em;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 0 4em rgba(0, 0, 0, .2);
}

.spacer2 {
  margin-bottom: 2em;
}

.grad-emerald {
  color: #11bbd9;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(99deg, #11bbd9 10%, #0c8499 50%, #11bbd9 90%);
  -webkit-background-clip: text;
  background-clip: text;
}

html.w-mod-js [data-ix="zoom-in"] {
  opacity: 0;
  transform: scale(.5);
}

html.w-mod-js [data-ix="zoom-in-2"], html.w-mod-js [data-ix="zoom-in-3"], html.w-mod-js [data-ix="zoom-in-4"], html.w-mod-js [data-ix="zoom-in-5"], html.w-mod-js [data-ix="zoom-in-6"] {
  opacity: 0;
  transform: scale(.1);
}

html.w-mod-js [data-ix="scroll-down"] {
  opacity: 0;
  transform: translate(0, 100px)scale(.5);
}

html.w-mod-js [data-ix="scroll-left"] {
  opacity: 0;
  transform: translate(-100px)scale(.5);
}

html.w-mod-js [data-ix="scroll-right"] {
  opacity: 0;
  transform: translate(100px)scale(.5);
}

html.w-mod-js [data-ix="crazy-skew"] {
  opacity: .6;
  transform: scale(.5)skewX(-45deg)skewY(-80deg);
}

@media screen and (max-width: 991px) {
  body {
    font-size: 9px;
  }

  .section {
    padding: 4em;
  }

  .circle {
    margin-bottom: 2em;
    margin-right: 2em;
  }

  .top-bg {
    background-position: 0 0, 66% 100%;
    padding-left: 10vw;
    padding-right: 30vw;
  }

  .menu-dd {
    max-width: 13em;
    display: inline-block;
  }

  .new-navmenu {
    padding-left: 8em;
    padding-right: 8em;
    overflow: scroll;
  }

  .back2top:hover {
    background-color: #1c0fd1;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 8px;
  }

  .section {
    padding: 3em;
  }

  .nav-link {
    text-align: center;
    margin-left: 0;
    margin-right: 1em;
  }

  .nav-link.lang {
    margin-right: 0;
  }

  .frame {
    padding: 4em;
  }

  .menu-btn {
    margin-right: 0;
    display: block;
  }

  .offer-link.w20 {
    width: 50%;
    max-width: 50%;
    min-height: 17em;
  }

  .offer-link.w20.longer {
    width: 100%;
    max-width: 100%;
  }

  .footer-txt, .right {
    text-align: center;
  }

  .top-bg {
    background-position: 0 0, 70% 100%;
    padding-right: 25vw;
  }

  .impressum {
    margin-top: 2em;
    position: relative;
  }

  .close {
    width: 40px;
    height: 40px;
    opacity: .75;
    color: #fff;
    text-align: center;
    background-color: red;
    font-size: 40px;
    line-height: 40px;
    position: absolute;
    top: 0;
    right: 0;
    overflow: hidden;
  }

  .close:hover {
    opacity: 1;
  }

  .form-col {
    padding-left: 0;
    padding-right: 0;
  }

  .contact-form {
    text-align: center;
  }

  .product-desc {
    margin-top: 0;
    margin-bottom: 4em;
  }

  .menu-dd {
    margin-right: 1em;
  }

  .logo-offer {
    text-align: left;
  }

  .partner-img.big {
    display: none;
  }

  .partner-img.mobile {
    display: block;
  }

  .new-logo {
    width: 60px;
    height: 60px;
  }

  .menu-col-head {
    font-size: 2em;
    display: none;
  }

  .menu-col {
    padding-top: 0;
    padding-bottom: 0;
  }

  .hide-mobile {
    display: none;
  }

  .hot-badge {
    text-align: center;
  }
}

@media screen and (max-width: 479px) {
  body {
    font-size: 7px;
  }

  h1 {
    font-size: 6em;
  }

  .section {
    padding: 2em;
  }

  .top-nav.top-fixed {
    background-image: linear-gradient(#fff, rgba(0, 0, 0, 0));
  }

  .frame {
    padding: 3em;
  }

  .offer-link.w20 {
    width: 100%;
    max-width: 100%;
    margin-bottom: 0;
  }

  .big-logo {
    max-height: 15em;
    max-width: 30em;
  }

  .top-bg {
    background-position: 0 0, 75% 75%;
    padding-right: 20vw;
  }

  .new-navlink.lang-de {
    width: 50px;
    background-position: 10px;
    padding-left: 50px;
    padding-right: 0;
    overflow: hidden;
  }

  .new-navlink.lang-de:hover {
    background-position: 5px;
  }

  .new-navlink.lang-en {
    width: 50px;
    background-position: 10px;
    padding-left: 50px;
    padding-right: 0;
    overflow: hidden;
  }

  .new-navlink.lang-en:hover {
    background-position: 5px;
  }

  .new-navmenu {
    padding-left: 2em;
    padding-right: 2em;
  }

  .menu-columns {
    text-align: center;
  }

  .menu-col-link {
    margin-top: .25em;
    padding-top: .75em;
    padding-bottom: .75em;
  }

  .new-badge {
    display: inline-block;
  }
}


