@import url(https://fonts.googleapis.com/css?family=Lato);
body, textarea, input{
    font-family: 'Lato', Arial, sans-serif;
}
#sp-container, .feat_cont, #nav, .page, #features h2, #ss_menu > div, #frame-1, #frame-2, #frame-3, #frame-4{
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    box-sizing:border-box
}
html{
    -webkit-text-size-adjust:none;
    -webkit-overflow-scrolling:touch
}
.icon, #logo{
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none      
}
::selection{
    background:#ffa500;
    color:#000
}
::-moz-selection{
    background: #ffa500;
    color:#000
}
a:active, a:focus, select{
    outline: none
}
a img{
    border:0
}
textarea{
    overflow: auto
}
input{
    cursor:text
}
input[type=submit]{
    cursor:pointer
}
p i{
    font-weight: bold;
    display: inline-block;
    margin-right:3px
}
h1{
    font-size: 3em;
    letter-spacing: 3px;
    text-transform: uppercase;
    position:relative;
    margin-top: 0;
}
h1 .icon{
    color: #ffa500
}
h1, h2, h4{
    font-weight: normal
}
h4 {
    color: #0175aa;
    font-size: 1.2em
}

.feature-opened #pages{
    overflow-y:hidden
}
#nav{
    opacity:0;
    padding-top: 100px;
    position:fixed;
    z-index:100;
    top:0;
    background-color: #0175aa;
    width:100%;
    min-height:100%;
    text-align:center;
    font-size:3em;
    text-transform: uppercase;
    -o-transform:translate(-100%, 0px);
    -ms-transform:translate(-100%, 0px);
    -moz-transform:translate3d(-100%, 0px, 0px);
    -webkit-transform:translate3d(-100%, 0px, 0px);
    transform: translate3d(-100%, 0px, 0px);
}
.nav-opened #nav{
    -o-transform:translate(0px, 0px);
    -ms-transform:translate(0px, 0px);
    -moz-transform:translate3d(0px, 0px, 0px);
    -webkit-transform:translate3d(0px, 0px, 0px);
    transform:translate3d(0px, 0px, 0px);
    opacity:1
}
#nav a, #foot-nav a{
    padding:7px;
    text-decoration:none;
    color:#ccc;
    display:block;
    max-width:500px;
    margin:0 auto
}

#nav a::before,
#nav a::after {
    display: inline-block;
    opacity: 0;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.2s;
    -moz-transition: -moz-transform 0.3s, opacity 0.2s;
    transition: transform 0.3s, opacity 0.2s
}
#nav a::before {
    margin-right: 10px;
    content: '[';
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    transform: translateX(20px)
}
#nav a::after {
    margin-left: 10px;
    content: ']';
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    transform: translateX(-20px)
}
.page {
    margin: 0 auto 95px;
    max-width: 1100px;
    padding: 0 47px;
    width: 100%;
    opacity:0;
    position: relative;
    top:70px;
    padding-bottom: 40px
}
.visible {
    opacity:1
}
.outside{
    -moz-transform:translate3d(5000px,5000px,0);
    -webkit-transform:translate3d(5000px,5000px,0);
    -o-transform:translate3d(5000px,5000px,0);
    -ms-transform:translate(5000px,5000px);
    transform:translate3d(5000px,5000px,0);
}
p {
    font-size: 1.3em;
    line-height: 155%;
    margin-bottom: 37px
}
h2 .icon{
    color: #0175aa;
    font-size: 1.5em;
    margin-right: 20px
}
.h2-span {
    color: #0175aa;
    display: block;
    margin: 30px 0 0;
}

strong .icon {
    color: #121212
}
#copyright {
    color: #777;
    font-size: 0.9em;
    text-align: center;
    bottom: 40px;
    left: 50%;
    margin-left: -100px;
    position: fixed;
    width: 200px;
    text-shadow: 0 2px 3px #000;
    opacity:0
}
.opacity-1{
    opacity:1 !important
}
#vorteile h2, .content {
    background-color: #000;
    border-radius: 20px;
    margin-bottom: 10px;
    padding: 20px
}
.content p{
    margin-bottom:0
}
#leistungen h3 {
    color: #0175aa;
    font-size: 1.6em;
    font-weight: normal
}
#interesse-content, #interesse-web-content{
    display:none
}

#logo {
    font-size: 1.2em;
    left: 47px;
    position: fixed;
    top: 27px;
    z-index: 101
}
#logo img {
    width: 150px;
}
#nav-open {
    cursor: pointer;
    height: 23px;
    position: fixed;
    right: 47px;
    top: 30px;
    width: 30px;
    z-index: 20000;
    -webkit-tap-highlight-color:rgba(0,0,0,0);
    -webkit-tap-highlight-color:transparent
}

#nav-open i {
    background-color: #cecece;
    display: block;
    height: 3px;
    position: absolute;
    width: 27px;
    -webkit-transform-origin: 0 50% 0;
    transform-origin: 0 50% 0;
    left:0
}
#menu-icon-1 {
    top: 0
}
#menu-icon-2 {
    top: 7px
}
#menu-icon-3 {
    top: 14px
}
.nav-opened #menu-icon-1, .feature-opened #menu-icon-1{
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}
.nav-opened #menu-icon-2, .feature-opened #menu-icon-2{
    opacity:0
}
.nav-opened #menu-icon-3, .feature-opened #menu-icon-3{
    top: 14px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
}
.device-icons, .mobile-systems{
    font-size: 4em
}
#prev-ani, #next-ani{
    font-size:3em;
    position:fixed;
    top:50%;
    margin-top:-20px;
    cursor:pointer;
    z-index: 22;
    display: none
}

/*#pa-examples-open::before {
    background: #e1e1e1 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: scale(0);
    transition-duration: 0.3s;
    transition-property: transform;
    transition-timing-function: ease-out;
    z-index: -1;
}*/
#example {
    width:100%;
    max-width:600px;
    margin:0 auto;
    position: relative;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
#example-iframe {
    width:100%
}
#next-ani{
    right:0;
    -webkit-transform:translate3d(100px, 0px, 0px);
    -moz-transform:translate3d(100px, 0px, 0px);
    transform:translate3d(100px, 0px, 0px)
}
#prev-ani{
    -webkit-transform:translate3d(-100px, 0px, 0px);
    -moz-transform:translate3d(-100px, 0px, 0px);
    transform:translate3d(-100px, 0px, 0px)
}
.examples-active #next-ani{
    -webkit-transform:translate3d(-100px, 0px, 0px);
    -moz-transform:translate3d(-100px, 0px, 0px);
    transform:translate3d(-100px, 0px, 0px)
}
.examples-active #prev-ani{
    -webkit-transform:translate3d(100px, 0px, 0px);
    -moz-transform:translate3d(100px, 0px, 0px);
    transform:translate3d(100px, 0px, 0px)
}

.vorteile li{
    list-style-type: none;
    margin:0
}

@font-face {
  font-family: 'fontello';
  font-display: swap;
  src: url('../font/fontello.eot?995930');
  src: url('../font/fontello.eot?995930#iefix') format('embedded-opentype'),
       url('../font/fontello.woff?995930') format('woff'),
       url('../font/fontello.ttf?995930') format('truetype'),
       url('../font/fontello.svg?995930#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}

.icon{
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;

  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */

  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;

  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;

  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;

  /* You can be more comfortable with increased icons size */
  /* font-size: 120%; */

  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.pa-control {
    margin-bottom:10px
}
.pa-control span:before {
    font-size: 1.2em;
    box-sizing:border-box;
    background-color: rgba(172, 174, 176, 0.99);
    border-radius: 7px;
    cursor: pointer;
    display: inline-block;
    height: 50px;
    outline: medium none;
    width: 50px;
    z-index: 6000;
    padding:15px 0
}


/* Konfigurator */
@-webkit-keyframes buttonBottomPuls {
  0%   { transform:translate3d(0px, 90%, 0px) }
  50%   { transform:translate3d(0px, 80%, 0px); }
  100% { transform:translate3d(0px, 90%, 0px); }
}
@-moz-keyframes buttonBottomPuls {
  0%   { transform:translate3d(0px, 90%, 0px) }
  50%   { transform:translate3d(0px, 80%, 0px); }
  100% { transform:translate3d(0px, 90%, 0px); }
}
@-o-keyframes buttonBottomPuls {
  0%   { transform:translate3d(0px, 90%, 0px) }
  50%   { transform:translate3d(0px, 80%, 0px); }
  100% { transform:translate3d(0px, 90%, 0px); }
}
@keyframes buttonBottomPuls {
  0%   { transform:translate3d(0px, 90%, 0px) }
  50%   { transform:translate3d(0px, 80%, 0px); }
  100% { transform:translate3d(0px, 90%, 0px); }
}
#nav-open i, #example-iframe{
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.page, #copyright, #konfigurator, #konfigurator h2, #nav-open, #nav, input, .feature-active, .feat_cont, #right h4{
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.left-open-title, .right-open-title, #prev-ani, #next-ani, #konfigurator-content, #logo, .page{
    -webkit-transition: all 1.5s ease-in-out;
    -moz-transition: all 1.5s ease-in-out;
    -o-transition: all 1.5s ease-in-out;
    -ms-transition: all 1.5s ease-in-out;
    transition: all 1.5s ease-in-out;
}
/*** Transparenz-Klassen **/
.transparent-10{
    opacity:0.1
}
.konfigurator-opened #pages .transparent-50{
    opacity:0.5
}
.transparent-80{
    opacity:0.5
}

/*** Formular ***/
input[type=text], input[type=number], input[type=email], input[type=tel], textarea{background-color:#ddd;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;width:100%;border:0;font-size:1.0em}
input[type=submit]{letter-spacing:1px;text-transform:uppercase;clear:both;margin-top:20px;border:0;background-color:#0175aa;color:#fff;font-size:1.2em;text-align:center;paddig:10px 0;width:100%;cursor:pointer}
.label, input[type=text], input[type=email], input[type=number], input[type=tel], textarea{display:block;width:100%}
input, textarea{padding:17px}
textarea, input{margin:0 0 15px}
#captcha{margin-top:17px;display:block;width:96px;border:1px solid #673125}
#kontaktdaten label, #interesse-content label{display:none}
.label-for-interesse{display:inline-block}
fieldset{border:0}

#kontakt-weiteres label {
    display: inline-block;
    margin: 20px
}
#kontakt-weiteres input[type=checkbox], #interesse-content label{
    display:none
}
.checkbox {
    background-color: #fff;
    display: inline-block;
    height: 30px;
    width: 30px
}
.checkbox-aktiv {
    background-color: #0175aa
}


/* Social Media Menu */
@-webkit-keyframes badbounce {
  0%,100% {
    -webkit-transform: translateY(0px);
  }
  10% {
    -webkit-transform: translateY(6px);
  }
  30% {
    -webkit-transform: translateY(-4px);
  }
  70% {
    -webkit-transform: translateY(3px);
  }
  90% {
    -webkit-transform: translateY(-2px);
  }
}
@-moz-keyframes badbounce {
  0%,100% {
    -moz-transform: translateY(0px);
  }
  10% {
    -moz-transform: translateY(6px);
  }
  30% {
    -moz-transform: translateY(-4px);
  }
  70% {
    -moz-transform: translateY(3px);
  }
  90% {
    -moz-transform: translateY(-2px);
  }
}
@keyframes badbounce {
  0%,100% {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
  10% {
    -webkit-transform: translateY(6px);
    -moz-transform: translateY(6px);
    -ms-transform: translateY(6px);
    -o-transform: translateY(6px);
    transform: translateY(6px);
  }
  30% {
    -webkit-transform: translateY(-4px);
    -moz-transform: translateY(-4px);
    -ms-transform: translateY(-4px);
    -o-transform: translateY(-4px);
    transform: translateY(-4px);
  }
  70% {
    -webkit-transform: translateY(3px);
    -moz-transform: translateY(3px);
    -ms-transform: translateY(3px);
    -o-transform: translateY(3px);
    transform: translateY(3px);
  }
  90% {
    -webkit-transform: translateY(-2px);
    -moz-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    -o-transform: translateY(-2px);
    transform: translateY(-2px);
  }
}
.ss_animate {
  -webkit-animation: badbounce 1s linear;
  -moz-animation: badbounce 1s linear;
  animation: badbounce 1s linear;
}
#ss_menu {
  opacity:0;
  bottom: 20px;
  width: 60px;
  height: 60px;
  color: #fff;
  position: fixed;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease;
  right: 30px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  z-index:9
}
#menu {
  display: block;
  position: absolute;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  text-align: center;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.23), 0 3px 10px rgba(0, 0, 0, 0.16);
  color: #fff;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease;
}
#ss_toggle{
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease;
}
#circle {
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease;
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #fff;
  top: 50%;
  margin-top: -6px;
  left: 12px;
  opacity: 1;
}
#circle:after, #circle:before {
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease;
  content: '';
  opacity: 1;
  display: block;
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #fff;
}
#circle:after {
  left: 20.78461px;
  top: 12.0px;
}
#circle:before {
  left: 20.78461px;
  top: -12.0px;
}
#bar {
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease;
  width: 24px;
  height: 3px;
  background: #fff;
  position: absolute;
  top: 50%;
  margin-top: -1.5px;
  left: 18px;
  -webkit-transform-origin: 0% 50%;
  -moz-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  -o-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  -webkit-transform: rotate(30deg);
  -moz-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  -o-transform: rotate(30deg);
  transform: rotate(30deg);
}
#bar:before {
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease;
  content: '';
  width: 24px;
  height: 3px;
  background: #fff;
  position: absolute;
  left: 0px;
  -webkit-transform-origin: 0% 50%;
  -moz-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  -o-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  -webkit-transform: rotate(-60deg);
  -moz-transform: rotate(-60deg);
  -ms-transform: rotate(-60deg);
  -o-transform: rotate(-60deg);
  transform: rotate(-60deg);
}
.close #circle {
  opacity: 0;
}
.close #bar {
  top: 50%;
  margin-top: -1.5px;
  left: 50%;
  margin-left: -12px;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transform: rotate(405deg);
  -moz-transform: rotate(405deg);
  -ms-transform: rotate(405deg);
  -o-transform: rotate(405deg);
  transform: rotate(405deg);
}
.close #bar:before {
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transform: rotate(-450deg);
  -moz-transform: rotate(-450deg);
  -ms-transform: rotate(-450deg);
  -o-transform: rotate(-450deg);
  transform: rotate(-450deg);
}
.ss_active {
  background: #ffa500;
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  -ms-transform: scale(0.7);
  -o-transform: scale(0.7);
  transform: scale(0.7);
}
#ss_menu > div {
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 30px;
  text-align: center;
  background: #0175aa;
  border-radius: 50%;
  display: table;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
#ss_menu a {
  display: table-cell;
  vertical-align: middle;
  color:#fff
}
#facebook {
  top: 0px;
  left: -160px
}
#twitter {
  top: -80.0px;
  left: -138.56406px
}
#pinterest {
  top: -138.56406px;
  left: -80.0px
}
#googleplus{
  top: -160px;
  left: 0.0px
}

/* Features */
#features{
    text-align:center
}
#features h2 {
    background-color: #121212;
    color: #777;
    display: inline-block;
    height: 89px;
    margin: 5px;
    text-align:left;
    width: 320px;
    cursor: pointer;
    padding:26px 14px;
    font-weight:normal
}
.feat_cont {
    position:fixed;
    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    transition: all 0.7s;
    width: 100%;
    max-width:100%;
    z-index: 1000;
    padding:110px 170px;
    min-height: 100%;
    top:-100%;
    left:0;
    background-color:#0175aa;
    color: #fff
}

.feat_cont h3 {
    font-size: 2.5em;
    color: rgba(255,255,255,0.7);
}

.feature-active {
    opacity: 1;
    top:0
}

#features-content p{
    font-size:1.9em
}
#features-content strong{
    font-size:4em;
    display:block;
    font-weight:normal
}
h2 .icon {
    width:40px
}
/* Intro */
#sp-container {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 0;
    overflow:hidden
}
#frame-1, #frame-2, #frame-3, #frame-4 {
    font-weight:normal;
    position: absolute;
    top: 50%;
    height: 80px;
    margin-top: -50px;
    font-size: 80px;
    width: 100%;
    text-align: center;
    color: transparent;
    -webkit-animation: blurFadeInOut 3s ease-in backwards;
    -moz-animation: blurFadeInOut 3s ease-in backwards;
    -ms-animation: blurFadeInOut 3s ease-in backwards;
    animation: blurFadeInOut 3s ease-in backwards;
}
#frame-1 {
    -webkit-animation-delay: 0s;
    -moz-animation-delay: 0s;
    -ms-animation-delay: 0s;
    animation-delay: 0s;
}
#frame-2 {
    -webkit-animation-delay: 3s;
    -moz-animation-delay: 3s;
    -ms-animation-delay: 3s;
    animation-delay: 3s;
}
#frame-3 {
    font-size: 70px;
    -webkit-animation-delay: 6s;
    -moz-animation-delay: 6s;
    -ms-animation-delay: 6s;
    animation-delay: 6s;
}

/**/
@-webkit-keyframes blurFadeInOut{
    0%{
            opacity: 0;
            text-shadow: 0px 0px 40px #fff;
            -webkit-transform: scale(1.3);
    }
    20%,75%{
            opacity: 1;
            text-shadow: 0px 0px 1px #fff;
            -webkit-transform: scale(1);
    }
    100%{
            opacity: 0;
            text-shadow: 0px 0px 50px #fff;
            -webkit-transform: scale(0);
    }
}

@-webkit-keyframes fadeInRotate{
    0%{
            opacity: 0;
            -webkit-transform: scale(0) rotate(360deg);
    }
    100%{
            opacity: 1;
            -webkit-transform: scale(1) rotate(0deg);
    }
}
/**/
@-moz-keyframes blurFadeInOut{
    0%{
            opacity: 0;
            text-shadow: 0px 0px 40px #fff;
            -moz-transform: scale(1.3);
    }
    20%,75%{
            opacity: 1;
            text-shadow: 0px 0px 1px #fff;
            -moz-transform: scale(1);
    }
    100%{
            opacity: 0;
            text-shadow: 0px 0px 50px #fff;
            -moz-transform: scale(0);
    }
}
@-moz-keyframes fadeInRotate{
    0%{
            opacity: 0;
            -moz-transform: scale(0) rotate(360deg);
    }
    100%{
            opacity: 1;
            -moz-transform: scale(1) rotate(0deg);
    }
}
@keyframes blurFadeInOut{
    0%{
        opacity: 0;
        text-shadow: 0px 0px 40px #fff;
        transform: scale(1.3);
    }
    20%,75%{
        opacity: 1;
        text-shadow: 0px 0px 1px #fff;
        transform: scale(1);
    }
    100%{
        opacity: 0;
        text-shadow: 0px 0px 50px #fff;
        transform: scale(0);
    }
}
@keyframes fadeInRotate{
    0%{
        opacity: 0;
        transform: scale(0) rotate(360deg);
    }
    100%{
        opacity: 1;
        transform: scale(1) rotate(0deg);
    }
}
/* Intro Ende */

@media all and (min-width:691px){
    #prev-ani {
        left:100px
    }
    #next-ani {
        right:100px
    }
    #logo:hover{
        color:#fff
    }
    #features h2:hover .icon{
        color:#000
    }
    .left-open-title:hover, .right-open-title:hover{
        opacity:1
    }
    .left-open-title {
        font-size: 0.5em;
        position: absolute;
        opacity:0
    }
    .right-open-title {
        font-size: 0.5em;
        position: absolute;
        right: 74px;
        opacity:0
    }
    .feature-active {
        cursor: move
    }
    #nav-open:hover #menu-icon-3 {
        top: 17px;
    }
    #nav-open:hover #menu-icon-1 {
        top: -3px;
    }
    #nav-open:hover i{
        background-color:#ffa500;
    }
    #prev-ani:hover, #next-ani:hover{
        color:#0175aa;
        border-color: #0175aa;
    }
    #nav-open:hover{
        color:#ffa500
    }
    #konfigurator h3:hover{
        opacity:0.6
    }
    #right h4:hover{
        color:#fff
    }
    input[type=text]:hover, input[type=number]:hover, input[type=email]:hover, input[type=tel]:hover, textarea:hover{
        background-color:#fff
    }
    input[type=submit]:hover{
        background-color:#ffa500;
        color:#000
    }
    #features h2:hover{
        background-color:#0175aa;
        color:#fff
    }
    #nav a:hover{
        color:#fff
    }
    
    #nav a:hover::before,
    #nav a:hover::after,
    #nav a:focus::before,
    #nav a:focus::after{
        opacity: 1;
        -webkit-transform: translateX(0px);
        -moz-transform: translateX(0px);
        transform: translateX(0px)
    }

    #ss_menu > div:hover{
        background:#0175aa;
        cursor: pointer;
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1)
    }
}

@media all and (max-width:690px){
    /***#sp-container{
        position: relative
    }***/
    #pages {
        top: 30px;
        position:relative;
    }
    #head-bg {
        background-color: #000;
        opacity:0.85;
        height: 75px;
        left: 0;
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 100;
        box-shadow: 0 3px 5px #0175aa
    }
    #beispiele {
        padding: 0 5px;
    }
    #kontakt-weiteres label {
        width: 50%;
    }
    #features h1{
        text-align: left
    }
    .device-icons .icon {
        font-size: 0.7em;
    }
    #example {
        margin-top: 55px;
    }
    #prev-ani, #next-ani{
        top:123px
    }
    #prev-ani {
        left:100px
    }
    #next-ani {
        right:100px
    }
    #prev-ani, #next-ani {
        font-size: 2em
    }
    #vorteile h2, #leistungen h2 {
        text-align: center
    }
    #vorteile h2 .icon, #leistungen h2 .icon {
        display: block;
        margin: 0 auto 12px
    }
    #nav a{
        font-size:0.7em
    }
    h1 .icon{
        left:-2px;
        top:4px
    }
    .page > h1 {
        font-size:1.6em
    }
    #nav-open{
        right:20px
    }
    #konfigurator{
        display:none
    }
    #logo{
        left:20px
    }
    #sp-container h1{
        text-transform: none
    }
    #sp-container h1, #sp-container h2, #sp-container h3, #sp-container h4, #sp-container h5{
        font-size:1.2em !important
    }
    #features h2 {
        width: 100%;
        margin:5px 0
    }
    .feat_cont{
        padding:25px
    }
    #features-content strong {
        font-size: 2.1em
    }
    #features-content p {
        font-size: 1.5em
    }
    .page{
        padding: 0 20px
    }
    #right{
        width:100%
    }
}

/***
#konfigurator {
    background-color:#ccc;
    position:fixed;
    z-index:4;
    top:0;
    -o-transform:translate(0px, 98%);
    -ms-transform:translate(0px, 98%);
    -moz-transform:translate3d(0px, 98%, 0px);
    -webkit-transform:translate3d(0px, 98%, 0px);
    transform:translate3d(0px, 98%, 0px);
    width:100%;
    height:100%;
    text-align:center;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    -ms-box-sizing:border-box;
    box-sizing:border-box
}
#konfigurator h3 {
    color: #777;
    cursor: pointer;
    font-size: 1.35em;
    font-weight: normal;
    letter-spacing: 1px;
    padding: 35px;
    margin:0;
    text-transform: uppercase;
}
.konfigurator-inaktiv{
    height:2%;
    width:100%;
    position:fixed;
    bottom:-2%;
    left:0;
    z-index:5;
    cursor:pointer
}
#konfigurator{
    display:none
}
.konfigurator-inaktiv-show{
    bottom:0
}
.konfigurator-opened #konfigurator-content{
    opacity:1
}
#right{
    text-align:left;
    width:50%;
    float:right;
    color:#777
}
#right div{
    display:none
}
#right h4 {
    background: #121212 none repeat scroll 0 0;
    cursor: pointer;
    letter-spacing: 1px;
    margin-bottom: 10px;
    padding: 20px;
    text-transform: uppercase;
}
#right input[type=text] {
    display: inline-block;
    margin-right: 10px;
    max-width: 100px;
    width: 100%;
}
.puls {
    -webkit-animation: buttonBottomPuls 5s infinite;
    -moz-animation:    buttonBottomPuls 5s infinite;
    -o-animation:      buttonBottomPuls 5s infinite;
    animation:         buttonBottomPuls 5s infinite;
}
.konfigurator-schliessen{
    display:none
}
/*** Konfigurator geoeffnet 
.konfigurator-opened #logo {
    color: #222
}
.konfigurator-opened .konfigurator-starten {
    display:none
}
.konfigurator-opened .konfigurator-schliessen {
    display:block
}
.konfigurator-opened .konfigurator {
    -o-transform:translate(0px, 0px);
    -ms-transform:translate(0px, 0px);
    -moz-transform:translate3d(0px, 0px, 0px);
    -webkit-transform:translate3d(0px, 0px, 0px);
    transform:translate3d(0px, 0px, 0px);
}
#konfigurator-content{
    opacity:0
}
***/