body {
  font-family: 'Libre Franklin', sans-serif;
  color: #333;
  font-size: 10px;
  line-height: 100%;
  font-weight: 300;
  overflow-x:hidden;
}

h1 {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  font-size: 10em;
  line-height: 100%;
  font-weight: 100;
}

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

h3 {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  font-size: 4em;
  line-height: 100%;
  font-weight: 100;
}

h4 {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  font-size: 3em;
  line-height: 100%;
  font-weight: 100;
}

h5 {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  font-size: 2em;
  line-height: 120%;
  font-weight: 400;
}

h6 {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  font-size: 1.618em;
  line-height: 100%;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

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

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

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

label {
  display: block;
  margin-bottom: 0.5em;
  font-size: 1.618em;
  font-weight: 400;
}

strong {
  font-weight: 400;
}

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

.section.section-top {
  position: relative;
  z-index: 100;
  padding-bottom: 0em;
  background-color: #fff;
}

.section.section-main {
  background-image: url('../images/Arkicon_BG_01.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-attachment: fixed;
}

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

.section.section-footer.alt {
  background-image: -webkit-linear-gradient(270deg, rgba(17, 187, 217, .8), rgba(17, 187, 217, .8)), url('../images/pattern_bg_emerald.png'), url('../images/Arkicon_key_vis_01.jpg');
  background-image: linear-gradient(180deg, 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: 0px 0px, 50% 50%, 50% 0px;
  background-size: auto, 5px, cover;
  background-attachment: scroll, scroll, fixed;
}

.section.section-content {
  position: relative;
  z-index: 65;
  overflow: visible;
  background-image: -webkit-radial-gradient(circle farthest-corner at 50% 50%, hsla(0, 0%, 100%, .9), hsla(0, 0%, 100%, .8)), url('../images/pattern_bg_emerald.png');
  background-image: radial-gradient(circle farthest-corner at 50% 50%, hsla(0, 0%, 100%, .9), hsla(0, 0%, 100%, .8)), url('../images/pattern_bg_emerald.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, 5px;
  color: #666;
}

.section.section-offer {
  height: 100%;
  padding-bottom: 30em;
  background-color: #666;
  background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 40%, .66), hsla(0, 0%, 40%, .66)), url('../images/pattern_bg_emerald.png');
  background-image: linear-gradient(180deg, hsla(0, 0%, 40%, .66), hsla(0, 0%, 40%, .66)), url('../images/pattern_bg_emerald.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, 5px;
  background-repeat: repeat, repeat;
  background-attachment: scroll, fixed;
  color: #fff;
}

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

.section.footer-wideo {
  height: 100%;
  background-image: -webkit-linear-gradient(270deg, rgba(64, 177, 223, .8), #38324c), url('../images/pattern_bg_emerald.png');
  background-image: linear-gradient(180deg, rgba(64, 177, 223, .8), #38324c), url('../images/pattern_bg_emerald.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, 5px;
}

.top-nav {
  padding-right: 5em;
  padding-left: 5em;
  border-bottom: 2px solid #f9715a;
  background-color: #fff;
}

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

.nav-link {
  margin-top: 1em;
  margin-left: 0em;
  padding: 1em;
  border-bottom: 2px solid #fff;
  -webkit-transition: border 400ms ease;
  transition: border 400ms ease;
  font-size: 1.618em;
  text-transform: uppercase;
}

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

.nav-link.w--current {
  border-bottom-color: #fff;
  color: #f9715a;
}

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

.nav-link.lang {
  padding-top: 0.9em;
  padding-bottom: 0.9em;
  float: right;
  border: 2px solid #eee;
  border-radius: 2px;
}

.nav-link.sub {
  margin-top: 0em;
  color: #666;
  text-transform: none;
}

.nav-link.link-fame {
  background-color: #4cbfa5;
  color: #fff;
}

.nav-link.link-fame.w--current {
  opacity: 0.6;
}

.body-4 {
  font-weight: 300;
}

.frame {
  padding: 5em;
}

.frame.center.top-10em {
  margin-top: -12.5em;
}

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

.heading {
  margin-top: 1em;
  margin-bottom: 1em;
  font-size: 5em;
  line-height: 100%;
}

.heading-2 {
  margin-top: 1em;
  margin-bottom: 1em;
  font-size: 5em;
  line-height: 100%;
  font-weight: 300;
}

.heading-3 {
  margin-top: 1em;
}

.heading-4 {
  font-size: 4em;
}

.heading-5 {
  margin-top: 1px;
  margin-bottom: 1em;
  font-size: 2em;
  line-height: 100%;
}

.heading-6 {
  color: #1c0fd1;
}

.color-green {
  color: #00686d;
}

.color-emerald {
  color: #4cbfa5;
}

.btn {
  padding: 1em;
  border-style: solid;
  border-width: 2px;
  border-radius: 2px;
  background-color: transparent;
  -webkit-transition: all 350ms ease-in-out;
  transition: all 350ms ease-in-out;
  color: #4cbfa5;
  font-size: 1.618em;
  font-weight: 400;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.btn:hover {
  color: #fff;
}

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

.btn.form-submit {
  display: block;
  max-width: 32em;
  min-height: 3em;
  min-width: 24em;
  margin-top: 1em;
  margin-right: auto;
  margin-left: auto;
  clear: both;
}

.logo-sygnet {
  max-width: 8em;
}

.box-blue {
  display: inline-block;
  padding: 0.5em 1em;
  background-color: #1c0fd1;
  color: #fff;
}

.left-menu {
  height: 100%;
  padding-top: 5em;
  padding-bottom: 5em;
  background-color: #eee;
}

.left-link {
  width: 100%;
  color: #aaa;
}

.left-link:hover {
  color: #1c0fd1;
}

.center {
  text-align: center;
}

.center.top-10em {
  position: relative;
  margin-top: -10em;
}

.left-group {
  margin-top: 1em;
  padding-bottom: 1em;
  border-bottom: 1px solid #fff;
}

.left-row {
  margin-bottom: 1em;
}

.left-txt {
  padding-top: 1em;
  text-transform: uppercase;
}

.nav-menu {
  margin-top: -1em;
  padding-top: 1em;
  padding-bottom: 1em;
  background-color: #fff;
}

.menu-btn {
  margin-top: 1em;
  padding: 1em;
  font-size: 1.618em;
}

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

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

.offer-link.w20 {
  min-height: 17em;
  margin-top: 2.5em;
  margin-bottom: 2.5em;
  padding-right: 2em;
  padding-left: 2em;
  float: left;
}

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

.offer-links {
  padding-right: 5em;
  padding-left: 5em;
  background-color: #1c0fd1;
  color: #fff;
  text-align: center;
}

.box-emerald {
  display: inline-block;
  padding: 0.5em 1em;
  clear: both;
  border-style: solid;
  border-width: 1px 2px;
  border-radius: 1em;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

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

.box-emerald.box-orange {
  border-color: #f9715a;
  color: #f9715a;
}
.emerald-bg{
  background-color: #4cbfa5;
  color: #fff;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}

.offer-col {
  padding: 5em;
}

.footer-txt {
  padding: 5em 10em;
  background-color: #38324c;
  opacity: 1;
  color: #fff;
}

.right {
  text-align: right;
}

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

.footer-img.mini-foter-img {
  width: 3em;
  height: 3em;
  margin-bottom: 1em;
  opacity: 0.62;
}

.offer-img {
  width: 10em;
  height: 10em;
}

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

.text-field {
  padding-left: 1em;
}

.input {
  min-height: 3em;
  margin-bottom: 2em;
  padding: 0.5em 0em;
  border-style: none none solid;
  border-width: 1px 1px 2px;
  border-color: #ddd;
  border-radius: 2px;
  background-color: transparent;
  font-size: 1.618em;
}

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

.wideo-bg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 90em;
  padding: 10em 5em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-linear-gradient(135deg, rgba(28, 15, 209, .8), rgba(17, 187, 217, .8)), url('../images/pattern_bg_blue.png');
  background-image: linear-gradient(315deg, rgba(28, 15, 209, .8), rgba(17, 187, 217, .8)), url('../images/pattern_bg_blue.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, 5px;
  background-attachment: scroll, scroll;
}

.wideo-bg.arcserve {
  position: relative;
  z-index: 20;
  background-image: -webkit-linear-gradient(135deg, rgba(76, 191, 165, .6), rgba(0, 104, 109, .5)), url('../images/arcserve_key_vis.jpg');
  background-image: linear-gradient(315deg, rgba(76, 191, 165, .6), rgba(0, 104, 109, .5)), url('../images/arcserve_key_vis.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
  color: #fff;
}

.tab-content {
  width: 75vw;
  max-width: 75%;
  float: right;
  background-color: #11bbd9;
}

.tab-menu {
  width: 25vw;
  max-width: 25%;
  float: left;
}

.tab-link {
  width: 100%;
  padding: 1em 1em 1em 2em;
  border-bottom: 2px solid rgba(17, 187, 217, .5);
  background-color: transparent;
  opacity: 0.62;
  -webkit-transition: opacity 350ms ease;
  transition: opacity 350ms ease;
  color: #fff;
  font-size: 1.618em;
  line-height: 150%;
}

.tab-link:hover {
  opacity: 1;
}

.tab-link.w--current {
  background-color: #11bbd9;
  opacity: 1;
}

.tab-pane {
  color: #fff;
}

.tabs {
  background-color: transparent;
}

.big-logo {
  display: inline-block;
  max-height: 10em;
  max-width: 20em;
}

.circle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 12em;
  height: 12em;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  border: 2px solid #fff;
  border-radius: 10em;
  text-align: center;
}

.circle.circle-blue {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  float: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  border-color: #4cbfa5;
  background-image: none;
  color: #00686d;
  text-shadow: none;
}

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

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

.big-bold {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-size: 2em;
  line-height: 100%;
}

.mini-icon {
  width: 2em;
  height: 2em;
  margin-top: -0.25em;
  margin-right: 1em;
  margin-bottom: -0.25em;
  float: left;
}

.color-light {
  color: #ccc;
}

.offer-slider {
  height: 100%;
  margin-right: -5em;
  margin-left: -5em;
  padding: 0em 5em;
  background-color: transparent;
}

.slider-arr {
  width: 2em;
  font-size: 2.5em;
}

.slide {
  max-width: 50%;
  padding: 5em;
  text-align: center;
}

.slide.big-slide {
  max-width: 50%;
}

.slide.top-icon {
  max-width: 33.3333%;
}

.slide-nav {
  text-align: center;
}

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

.small-hr.hr-emerald {
  background-color: #4cbfa5;
}

.small-hr.hr-orange {
  background-color: #f9715a;
}

.small-hr.hr-light {
  background-color: #aaa;
}

.client-logo {
  margin-right: 2em;
  margin-bottom: 2em;
}

.clients {
  padding-top: 5em;
  text-align: center;
}

.user-img {
  width: 16em;
  height: 16em;
  margin-bottom: 2em;
  border-radius: 8em;
}

.tab-menu-full {
  width: 100%;
  margin-top: -30em;
}

.tab-link-big {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 30em;
  max-width: 50%;
  padding: 0.5em 1em 2.5em;
  float: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  color: #fff;
  line-height: 120%;
  text-align: center;
}

.tab-link-big:hover {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
}

.tab-link-big.w--current {
  background-color: #4cbfa5;
}

.tab-link-big.backup {
  background-color: #4cbfa5;
}

.tab-link-big.udp {
  background-color: #f9715a;
}

.tab-link-big.udp.w--current {
  opacity: 1;
}

.tab-content-full {
  width: 100%;
}

.features-icon {
  display: block;
  width: 8em;
  height: 8em;
  margin: 2.5em auto 1em;
}

.tab-panel {
  padding-top: 5em;
  padding-bottom: 5em;
  background-color: #4cbfa5;
  color: #fff;
}

.tab-panel.backup {
  background-image: -webkit-linear-gradient(270deg, rgba(76, 191, 165, .9), rgba(76, 191, 165, .9)), url('../images/icon_backup.png');
  background-image: linear-gradient(180deg, rgba(76, 191, 165, .9), rgba(76, 191, 165, .9)), url('../images/icon_backup.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, 80px;
  background-attachment: scroll, fixed;
}

.tab-panel.udp {
  background-color: #f9715a;
  background-image: -webkit-linear-gradient(270deg, hsla(9, 93%, 66%, .9), hsla(9, 93%, 66%, .9)), url('../images/icon_udp.png');
  background-image: linear-gradient(180deg, hsla(9, 93%, 66%, .9), hsla(9, 93%, 66%, .9)), url('../images/icon_udp.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, 80px;
  background-attachment: scroll, fixed;
}

.top-icons {
  padding: 5em;
  background-color: #00686d;
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
}

.top-icons.h33 {
  background-image: -webkit-linear-gradient(315deg, rgba(28, 15, 209, .5), rgba(17, 187, 217, .5)), url('../images/pattern_bg_emerald.png');
  background-image: linear-gradient(135deg, rgba(28, 15, 209, .5), rgba(17, 187, 217, .5)), url('../images/pattern_bg_emerald.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, 5px;
}

.top-icons.alt {
  overflow: hidden;
  padding-top: 2.5em;
  padding-bottom: 2.5em;
  background-image: -webkit-linear-gradient(315deg, rgba(28, 15, 209, .62), rgba(17, 187, 217, .62)), url('../images/pattern_bg_emerald.png');
  background-image: linear-gradient(135deg, rgba(28, 15, 209, .62), rgba(17, 187, 217, .62)), url('../images/pattern_bg_emerald.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, 5px;
}

.offer-icons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.h25 {
  height: 25em;
}

.h50 {
  height: 50em;
}

.h33 {
  height: 33em;
}

.bg-light {
  background-image: -webkit-radial-gradient(circle farthest-corner at 50% 50%, hsla(0, 0%, 100%, .9), hsla(0, 0%, 100%, .8)), url('../images/pattern_bg_emerald.png');
  background-image: radial-gradient(circle farthest-corner at 50% 50%, hsla(0, 0%, 100%, .9), hsla(0, 0%, 100%, .8)), url('../images/pattern_bg_emerald.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, 5px;
}

.top-bg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  min-height: 96em;
  padding-top: 5em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, .5), hsla(0, 0%, 100%, .5)), url('../images/pattern_bg.png'), url('../images/Arkicon_key_vis_02.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .5), hsla(0, 0%, 100%, .5)), url('../images/pattern_bg.png'), url('../images/Arkicon_key_vis_02.jpg');
  background-position: 0px 0px, 0px 0px, 50% 50%;
  background-size: auto, 5px, cover;
  background-repeat: repeat, repeat, no-repeat;
}

.top-bg.alt {
  background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, .5), hsla(0, 0%, 100%, .5)), url('../images/pattern_bg.png'), url('../images/Arkicon_key_vis_01.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .5), hsla(0, 0%, 100%, .5)), url('../images/pattern_bg.png'), url('../images/Arkicon_key_vis_01.jpg');
  background-position: 0px 0px, 0px 0px, 50% 50%;
  background-size: auto, 5px, cover;
  background-repeat: repeat, repeat, no-repeat;
}

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

.half-op {
  color: #eee;
}

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

.impressum {
  position: relative;
  display: none;
  margin-top: 2em;
  opacity: 0;
}

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

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

.close:hover {
  opacity: 1;
}

.color-white {
  color: #fff;
}

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

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

.text-block {
  color: #fff;
}

.error {
  padding: 1em;
  color: #b00;
  font-size: 1.618em;
  text-align: center;
}

.star {
  color: #1c0fd1;
}

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

.sub-menu.w--open {
  background-color: #eee;
  text-align: center;
}

.body-6 {
  font-family: 'Libre Franklin', sans-serif;
  font-weight: 100;
}

.brand {
  display: inline-block;
  height: 4.5em;
  color: #666;
  font-size: 1.618em;
  line-height: 4.5em;
}

.brand.w--current {
  color: #666;
}

.product-brand {
  max-width: 16em;
  margin-bottom: 2em;
}

.product-icon {
  display: block;
  margin: 5em auto 2em;
}

.heading-10 {
  font-size: 8em;
}

.color-purple {
  color: #433c5a;
}

.vertical-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-wideo {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/pattern_bg_emerald.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/pattern_bg_emerald.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, 5px;
}

.konfigurator {
  margin: 5em;
  padding-right: 10px;
  padding-left: 10px;
}

.iframe {
  width: 100%;
  height: 100%;
  min-height: 80em;
}

.color-orange {
  color: #f9715a;
}

.footer-target-link {
  width: 100%;
  margin-top: 1em;
  color: #fff;
}

.big-logo-holder {
  height: 10em;
  line-height: 10em;
}

.mini-txt {
  display: inline-block;
  margin-left: 1em;
  padding-right: 1em;
  padding-left: 1em;
  border-left: 1px solid #aaa;
  font-size: 0.8em;
}

.logo-sygnet-mini {
  max-width: 6em;
}

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

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

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

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

html.w-mod-js *[data-ix="crazy-skew"] {
  opacity: 0.6000000000000001;
  -webkit-transform: scale(0.5, 0.5) skewX(-45deg) skewY(-80deg);
  -ms-transform: scale(0.5, 0.5) skewX(-45deg) skewY(-80deg);
  transform: scale(0.5, 0.5) skewX(-45deg) skewY(-80deg);
}

@media (max-width: 991px) {
  body {
    font-size: 9px;
  }
  .section {
    padding: 4em;
  }
  .body-2 {
    font-size: 9px;
  }
  .frame.center.top-10em {
    top: -11.5em;
    margin-top: -11.5em;
  }
  .offer-link {
    padding-bottom: 0em;
  }
  .circle {
    margin-right: 2em;
    margin-bottom: 2em;
  }
}

@media (max-width: 767px) {
  body {
    font-size: 8px;
  }
  .section {
    padding: 3em;
  }
  .nav-link {
    margin-right: 1em;
    margin-left: 1em;
    text-align: center;
  }
  .nav-link.lang {
    margin-right: 0em;
  }
  .body-3 {
    font-size: 8px;
  }
  .frame {
    padding: 4em;
  }
  .frame.center.top-10em {
    top: -9.5em;
    margin-top: -9.5em;
  }
  .menu-btn {
    display: block;
    width: 3em;
  }
  .offer-link.w20 {
    width: 50%;
    max-width: 50%;
    min-height: 17em;
  }
  .footer-txt {
    text-align: center;
  }
  .right {
    text-align: center;
  }
  .tab-content {
    width: 100vw;
    max-width: 100%;
  }
  .tab-menu {
    width: 100vw;
    max-width: 100%;
    float: none;
  }
  .slide.big-slide {
    max-width: 100%;
  }
  .slide.top-icon {
    max-width: 50%;
  }
  .impressum {
    position: relative;
    margin-top: 2em;
  }
  .close {
    position: absolute;
    top: 0px;
    right: 0px;
    overflow: hidden;
    width: 40px;
    height: 40px;
    background-color: red;
    opacity: 0.75;
    color: #fff;
    font-size: 40px;
    line-height: 40px;
    text-align: center;
  }
  .close:hover {
    opacity: 1;
  }
  .form-col {
    padding-right: 0px;
    padding-left: 0px;
  }
  .contact-form {
    text-align: center;
  }
  .sub-menu.w--open {
    display: inline-block;
    background-color: #fff;
  }
  .nav-dropdown {
    display: block;
  }
  .vertical-center {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .konfigurator {
    padding-right: 0px;
    padding-left: 0px;
  }
}

@media (max-width: 479px) {
  body {
    font-size: 7px;
  }
  h1 {
    font-size: 8em;
  }
  .section {
    padding: 2em;
  }
  .frame {
    padding: 3em;
  }
  .frame.center.top-10em {
    top: -7.5em;
    margin-top: -7.5em;
  }
  .offer-link {
    padding-top: 2em;
  }
  .offer-link.w20 {
    width: 100%;
    max-width: 100%;
    margin-bottom: 0em;
  }
  .big-logo {
    max-height: 15em;
    max-width: 30em;
  }
  .tab-link-big {
    width: 100%;
    max-width: 100%;
  }
  .features-icon {
    display: none;
  }
  .body-5 {
    font-size: 7px;
  }
  .product-icon {
    margin-bottom: 0em;
    margin-left: 0px;
  }
  .body-8 {
    font-size: 6px;
  }
  .heading-8 {
    font-size: 8em;
  }
  .heading-9 {
    font-size: 8em;
  }
  .vertical-center {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
li.ui-state-disabled {
display: none !important;
}