body:after {
  content: url(/images/v2020/frontpage/carousel/background.jpg) url(/images/v2020/frontpage/carousel/background-m.jpg);
  display: none; 
}

h1,h2, h3 {
  color: unset;
}

div#menu-flags {
    position: absolute;
    z-index: 90;
}

#frontpage-videobox {
  width: 100%;
  overflow: hidden;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  background-color: #171517;
}
#frontpage-videobox video {
  width: 100%;
  height: 100%;
}
#frontpage-videobox img {
  width: 100%;
  height: 100%;
}

.frontpage-wrapper {
  width: 100;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  padding-top: 20px;
  padding-bottom: 20px;
}
.frontpage-wrapper h2 {
  font-size: 1.2em;
  font-weight: 600;
}
.frontpage-wrapper2 h1 {
    font-size: 2em;
    margin: auto;
    width: auto;
    display: block;
    margin: 0;
    text-align: center;
    font-weight: 600;
    padding: 0;
    padding-top: 40px;
}

#frontpage2 {
  box-shadow: 0px 1px 2px 0px #000000;
    background-color: #212021;
    position: relative;
    z-index: 3;
    margin-top:-5px;
    padding: 0;
}
#frontpage2-buttonbar {
  height: 80px;
  padding-left: 1%;
  padding-right: 1%;
}
#frontpage2-buttonbar button {
  float: right; margin: 20px;
}
#frontpage2-buttonbar h1 {
    color: #9e9e9e;
    margin: 20px;
    float: left;
    font-size: 1.5em;
    line-height: 2em;
    margin-left: 80px;
    font-weight: normal;
}
#frontpage3 {
   background-color: #2a2a2b;
   color:#cecece;
}

#frontpage3b {
    background-color: #eaeaea;
    color:#161616;
}
#frontpage3c {
    background-color: #3c3d3f;
    color: #cecece;
    padding: 0;
}

#frontpage_cu {
  background-color: #2f2f31;
    background-image: url(/images/placeholder/black.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom right;
    color: white;
}


img.frontpage3-img {
    width: 70%;
    margin: 10% 10% 0 10%;
    max-width: 600px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}


#frontpage3c h2 {
    text-align: center;
    font-size: 1.6em;
    margin: 30px;
}
#frontpage3c .fullparagraph-text {
    padding: 3%;
}
#frontpage3c .presentationbox-paragraph {
  width: 85%;
    margin: auto;
}

#frontpage4 {
  background-color: #dadada;
    box-sizing: border-box;
}

#frontpage4 img {
    width: 80%;
    height: auto;
    max-width: 600px;
    display: block;
    margin-top: 10%;
}

#frontpage4 p {
    width: 90%;
    display: block;
    max-width: 900px;
}

#frontpage6 {
}

#frontpage5 {
}

#frontpage8 h2 {
    color: #f7f7f7;
}

#frontpage8 {
    background: #191919;
    color: #f7f7f7;
    background-image: url(/images/placeholder/black.jpg);
    background-size: cover;
}


.presentationbox-text {
    padding: 4%;
    border-radius: 5px;
    max-width: 92%;
    margin: auto;
    margin-top: 10%;
    box-sizing: border-box;
}

.presentationbox-text h2 {
  font-size: 1.6em;
    font-weight: 600;
}
.presentationbox-listing {
    vertical-align: top;
    box-sizing: border-box;
    float: left;
    margin-bottom: 30px;
    display: block;
    clear: both;
    width: 100%;
}
.presentationlist-text {
    margin-top: 10px;
    display: inline-block;
    width: 69%;
    box-sizing: border-box;
    vertical-align: top;
}
.presentationlist-iconholder {
  display: inline-block;
  box-sizing: border-box;
  margin-right: 20px;
}
.presentationlist-icon {
    height: 90px;
    width: 90px;
    display: inline-block;
    border-radius: 50%;
    border: 3px solid #cecece;
    float: left;
    box-sizing: border-box;
    text-align: center;
    opacity: 0.8;
    margin-top:5px;
}
.presentationlist-icon img {
     width: 75%;
     margin: 12.5%;
     opacity: 0.8;
}

.presentationlist-text h3 {
  font-size: 1.1em;
    font-weight: 500;
    margin: 0;
    padding: 0;
}
.presentationlist-text p {
  margin: 0;
    padding: 0;
    line-height: 1.4;
}

.presentationbox-inner {
    width: 80%;
    margin: auto;
    margin-top: 60px;
    padding-bottom: 60px;
}

.presentationbox-inner h2 { 
    text-align: center;
    margin-bottom: 20px;
}
span.presentationbox-icon {
    height: 110px;
    width: 110px;
    background-color: #272727;
    display: block;
    border-radius: 50%;
    margin: auto;
    margin-bottom: 50px;
    display: none;
}


#frontpage3b .presentationlist-icon {
  border: 3px solid #4c4c4c;
}
#frontpage3b .presentationbox-text {
  margin-top: 20px;
}



img.frontpage6-img {
    width: 90%;
    max-width: 500px;
    height: auto;
    display: block;
    margin: auto;
    margin-top: 10%;
}

.keyfeatures-text, .hardware-text, .performance-text {
    width: 90%;
    margin: auto;
    margin-top: 10%;
    box-sizing: border-box;
    margin-bottom: 40px;
}



img.frontpage8-img {
    width: 80%;
    height: auto;
    max-width: 600px;
    display: block;
    margin: auto;
    margin-top: 2%;
}

.frontpage-signin {
    max-width: 80%;
    margin: auto;
    background-color: #efefef;
    padding: 10%;
    border: 1px solid #c5c5c5;
    border-radius: 10px;
}


.frontpage-fullimg {
    background-color: #0f0e13;
    padding-bottom: 20%;
    background-image: url(/images/placeholder/black.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom right;
}

.quotes2 {
     font-family: Georgia, serif;
    font-size: 1em;
    font-style: italic;
    text-align: center;
    box-sizing: border-box;
    width: 95%;
    margin: auto;
    display: block;
}

#quotes2 img {
    width: 60%;
    display: block;
    margin: auto;
}

.slider-wrapper {
    margin: auto;
    width: 65%;
    margin-top: 50px;
    margin-bottom: 90px;
}
.bottomtext {
  font-size: 1em !important;
}

/*
responsive
*/

@media only screen and (max-width: 959px) {
  #frontpage2 h1 {display: none;}
  #frontpage2-buttonbar button {
    float: initial;
    padding: 10px;
    margin: 20px 5px;
    width: 35%;
    min-width: 50px;
    max-width: 150px;
  }
  #frontpage2 {text-align: center;}


}
@media only screen and (max-width: 719px) {
  .presentationlist-iconholder {width: 100%;text-align: center;}
  .presentationlist-icon {
    float: initial;
    margin-bottom: 10px;
    height: 60px;
    width: 60px;
  }
  .presentationlist-text {width: 100%; text-align: center;}
}


@media screen and (max-width: 64em){
#frontpage_cu .hardware-text {
    background: #0e13118a;
    padding: 20px;
    border-radius: 5px;
  }
}

/* down arrow */
.down-arrow {
  position: fixed;
  z-index: 99;
  bottom: 2%;
  left: 50%;
  margin-left: -20px;
  width: 40px;
  height: 40px;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNi4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iNTEycHgiIGhlaWdodD0iNTEycHgiIHZpZXdCb3g9IjAgMCA1MTIgNTEyIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA1MTIgNTEyIiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik0yOTMuNzUxLDQ1NS44NjhjLTIwLjE4MSwyMC4xNzktNTMuMTY1LDE5LjkxMy03My42NzMtMC41OTVsMCwwYy0yMC41MDgtMjAuNTA4LTIwLjc3My01My40OTMtMC41OTQtNzMuNjcyICBsMTg5Ljk5OS0xOTBjMjAuMTc4LTIwLjE3OCw1My4xNjQtMTkuOTEzLDczLjY3MiwwLjU5NWwwLDBjMjAuNTA4LDIwLjUwOSwyMC43NzIsNTMuNDkyLDAuNTk1LDczLjY3MUwyOTMuNzUxLDQ1NS44Njh6Ii8+DQo8cGF0aCBmaWxsPSIjRkZGRkZGIiBkPSJNMjIwLjI0OSw0NTUuODY4YzIwLjE4LDIwLjE3OSw1My4xNjQsMTkuOTEzLDczLjY3Mi0wLjU5NWwwLDBjMjAuNTA5LTIwLjUwOCwyMC43NzQtNTMuNDkzLDAuNTk2LTczLjY3MiAgbC0xOTAtMTkwYy0yMC4xNzgtMjAuMTc4LTUzLjE2NC0xOS45MTMtNzMuNjcxLDAuNTk1bDAsMGMtMjAuNTA4LDIwLjUwOS0yMC43NzIsNTMuNDkyLTAuNTk1LDczLjY3MUwyMjAuMjQ5LDQ1NS44Njh6Ii8+DQo8L3N2Zz4=);
  background-size: contain;

}


#carousel {
    position: relative;
    background-image: url(/images/v2020/frontpage/carousel/background.jpg);
    background-repeat: no-repeat;
    height: auto;
    width: 100%;
    background-size: 100% auto;
    background-size: cover;
    overflow: hidden;
    /*padding-bottom: 38%;*/
    visibility: hidden;
}
#carousel-loader {
    text-align: center;
    height: 600px;
    min-height: 70vh;
    vertical-align: middle;
}
#frontpage-videobox .carouselloader-img {
    width: 50px;
    height: auto;
    margin-top: 250px;
    display: inline;
}

.carousel-slide {display: none;}
.carousel-image {vertical-align: middle;}
.carousel-active {
  display: block;
}

.carousel-dots {
  position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    text-align: center;
}
.carousel-dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #ffffff29;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.carousel-active, .carousel-dot:hover {
  background-color: #717171;
}

.carousel-prev, .carousel-next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: #ffffff29;
  font-weight: bold;
  font-size: 25px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}
.carousel-next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

.carousel-prev:hover, .carousel-next:hover {
  background-color: rgba(0,0,0,0.8);
}

a.carousel-next, a.carousel-prev {
    text-decoration: none;
}

.carousel-fade {
  -webkit-animation-name: fader;
  -webkit-animation-duration: 3s;
  animation-name: fader;
  animation-duration: 3s;
}

@-webkit-keyframes fader {
  from {opacity: 0} 
  to {opacity: 1}
}

@keyframes fader {
  from {opacity: 0} 
  to {opacity: 1}
}


.carousel-text {
    position: absolute;
    z-index: 3;
    width: 100%;
    height: 100px;
    top: 35%;
    left: 12%;
    margin: auto;
}

.carousel-text h1 , .carousel-text h2 {
  margin: 0;
  padding: 0;
  text-align: center;
  letter-spacing: 2px;
  color: #fff;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.carousel-text h1 {
  font-size: 36px;
  font-size:3em;
  font-size: 2.5vw;
  font-weight: 800;
}
.carousel-text h2 {
  font-size: 22px;
  font-size:1.4em;
  font-size: 1.2vw;
  font-weight: 200;
}


.carousel-text blockquote {
    color: white;
    font-size: 1.7vw;
    margin-left: 30%;
    font-family: 'Open Sans';
    border-left: 0;
    font-style: italic;
    letter-spacing: 2px;
    margin: 0;
    padding:0;
}
.carousel-text blockquote:before {
    display: block;
    content: "\201C";
    font-size: 6em;
    position: absolute;
    color: #ffffff;
    top: -0.3em;
    margin-left: -6vw;
    font-family: Helvetica, Ariel;
}
.carousel-text.carousel-text-end {
    left: -15%;
    top: 45%;
}
.carousel-text.carousel-text-mobile {
    top: 60%;
    left:15%;
}
.carousel-text.carousel-text-mobile blockquote:before { 
  margin-left: -8vw;
}
.carousel-text.carousel-text-mobile blockquote {
    font-size: 2.2vw;
}

.typing {
  overflow: hidden; 
    white-space: nowrap;
    animation: 
    typing 2s steps(50, end);
    display: block;
    margin: 0;
    padding:0;
}

@keyframes typing {
  from { width: 0 }
  to { width: 100% }
}

@media only screen and (max-width:68em) {
  .slider-wrapper {
      width: 85%;
  }
  a.slide_btn {
      font-size: 10vw;
    margin: 0 0.1em;
  }
}


/* 
  text animations 
*/


.focus-in-expand {
  -webkit-animation: focus-in-expand 2s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
          animation: focus-in-expand 2s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}
.tracking-in-contract {
  -webkit-animation: tracking-in-contract 2.5s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
          animation: tracking-in-contract 2.5s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
}
@-webkit-keyframes tracking-in-contract {
  0% {
    letter-spacing: 0.5em;
    -webkit-transform: translateZ(100px);
            transform: translateZ(100px);
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    opacity: 1;
  }
}
@keyframes tracking-in-contract {
  0% {
    letter-spacing: 0.5em;
    -webkit-transform: translateZ(100px);
            transform: translateZ(100px);
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    opacity: 1;
  }
}
@-webkit-keyframes focus-in-expand {
  0% {
    letter-spacing: -0.5em;
    -webkit-transform: translateZ(-400px);
            transform: translateZ(-400px);
    -webkit-filter: blur(12px);
            filter: blur(12px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    -webkit-filter: blur(0);
            filter: blur(0);
    opacity: 1;
  }
}
@keyframes focus-in-expand {
  0% {
    letter-spacing: -0.5em;
    -webkit-transform: translateZ(-400px);
            transform: translateZ(-400px);
    -webkit-filter: blur(12px);
            filter: blur(12px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    -webkit-filter: blur(0);
            filter: blur(0);
    opacity: 1;
  }
}

/* screenshots */
.previous_btn, .next_btn {
  background: initial;

}
.previous_btn {
    bottom: initial;
    left: -12%;
    top: 35%;
}
.next_btn {
    bottom: initial;
    right: -12%;
    top: 35%;
}
span.slidertext.bottomtext {
  font-size: 1em;
  font-weight: 400;
}

span.back_to_top {
    height: 80px;
    width: 80px;
    background: rgb(0, 171, 255); /* IE Fallback */
    background: rgba(0, 171, 255, 0.5); 
    border-radius: 50%;
    color: white;
    font-weight: bold;
    text-align: center;
    line-height: 1.8;
    font-size: 3em;
    cursor: pointer;
    position: fixed;
    right: 2%;
    bottom: 10%;
    display: none;
    z-index: 99;
}