/*!
 * Start Bootstrap - Agency v4.0.0-beta (http://startbootstrap.com/template-overviews/agency)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-agency/blob/master/LICENSE)
 */

#wpadminbar{
  display: none;
}

html{
  margin-top: 0px!important;
}

body {
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  color: #000000;
  font-family: 'Open Sans', sans-serif;
 }

p {
  font-size: 18px;
  line-height: 1.6;
  font-weight: 300;
  text-align: center;
}

a {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  color: inherit;
  font-size: 18px;
  text-transform: uppercase;
}
a.active, a:active, a:focus, a:hover {
  color: inherit;
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 300;
  line-height: 1.1;
 }

h2{
  font-size: 36px;
  line-height: 2;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  margin: 0px auto;
  position: relative;
  display: table;
}

h3{
  font-size: 24px;
  line-height: 1.5;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
  margin: 0px auto;
  position: relative;
  display: table;
}

h2::after{
  content:"";
  background: #5bb4af;
  display: block;
  height: 3px;
  width: 140px;
  position: absolute;
  left: 0px;
}

.text-primary{
  color: #5bb4af!important;
}

 .back-primary{
   background-color: #5bb4af!important;
 }

 .text-grey{
   color: #afafaf!important;
 }

 .text-white{
   color: white!important;
 }
 .img-contain{
   background-size: contain;
   background-repeat: no-repeat;
   background-position: center;
 }
 .huawei-img-contain{
   background-size: contain;
   background-repeat: no-repeat;
   background-position: center;
 }

 .img-cover{
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
 }

 :focus{
   outline: none!important;
 }

 a:focus{
   outline: none;
 }

ul{
   list-style-type: disc;
   padding-left: 20px;
   margin: 0px;
 }

li{
   font-size: 18px;
   padding: 5px 0px;
   font-weight: 400;
 }

 .btn-default.active.focus,
 .btn-default.active:focus,
 .btn-default.active:hover,
 .btn-default:active.focus,
 .btn-default:active:focus,
 .btn-default:active:hover,
 .open>.dropdown-toggle.btn-default.focus,
 .open>.dropdown-toggle.btn-default:focus,
 .open>.dropdown-toggle.btn-default:hover{
   background-color: transparent;
   color: #e77a10;
   border-color: #e77a10;
 }

 .btn-default{
   color: black;
   border-color: black;
   background-color: transparent;
   border-radius: 0px;
   padding: 20px 0px;
   font-size: 18px;
   width: 220px;
   text-align: center;
   text-transform: uppercase;
   display: table;
   font-weight: 400;
   margin: 0px auto;
 }

 .btn-default:hover,
.btn-default:focus{
   color: white;
   background-color: black;
   border-color: black;
   border-radius: 0px;
   transition: 0.2s;
 }

 .btn-default.active, .btn-default:active, .open>.dropdown-toggle.btn-default {
   color: white;
   background-color: black;
   border-color: black;
   border-radius: 0px;
}

.btn-white{
  color: white;
  border-color: white;
  background-color: transparent;
  border-radius: 0px;
  padding: 20px 0px;
  font-size: 18px;
  width: 220px;
  text-align: center;
  text-transform: uppercase;
  display: table;
  font-weight: 400;
  margin: 0px auto;
}

.btn-white:hover,
.btn-white:focus{
  color: black;
  background-color: white;
  border-color: white;
  border-radius: 0px;
  transition: 0.2s;
}

.btn-white.active, .btn-white:active, .open>.dropdown-toggle.btn-white {
  color: black;
  background-color: white;
  border-color: white;
  border-radius: 0px;
}

.btn-info{
  padding: 5px 30px 5px 20px;
  background-color: #5bb4af;
  border: 1px solid transparent;
  font-weight: 700;
  font-size: 14px;
  position: relative;
  border-radius: 0px;
  margin: 0px auto;
  display: table;
  text-transform: uppercase;
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active{
  color: #5bb4af;
  border: 1px solid #5bb4af;
  background-color: transparent;
  transition: 0.2s;
}

.btn-info::after{
  content:"\f0da";
  font-family: FontAwesome;
  display: block;
  font-size: 14px;
  text-align: center;
  right: 15px;
  position: absolute;
  color: white;
  top: 5px;
}

.btn-info:hover::after,
.btn-info:focus::after,
.btn-info:active::after{
  color: #5bb4af;
  transition: 0.2s;
}

.navbar-toggle .icon-bar{
  background-color: black!important;
}

.navbar-default .navbar-toggle{
  border: none;
  margin-top: 20px;
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover{
  background-color: transparent;
}

.navbar-default{
  background-color: transparent;
  margin-top: 50px;
  border: none;
}

.navbar-default.navbar-shrink{
  margin-top: 0px;
  background-color: #f0f0f0;
  height: 70px;
  animation-name: shrink;
  animation-duration: 0.5s;
}

@keyframes shrink {
    0% {margin-top: -70px;}
    100% {margin-top: 0px;}
}

.navbar-default.navbar-shrink .navbar-nav>li>a
{
  color: black;
  padding: 30px 10px 5px!important;
}

.navbar-shrink .navbar-brand{
  padding: 0px;
  margin: 5px 5px!important;
  height: 60px;
  width: 60px;
}

.navbar-shrink .navbar-brand img{
  height: 60px;
  width: 60px;
}

.navbar-default.navbar-shrink .navbar-nav>.active>a,
.navbar-default.navbar-shrink .navbar-nav>.active>a:focus,
.navbar-default.navbar-shrink .navbar-nav>.active>a:hover{
  color: black;
}

.navbar-default.navbar-shrink .navbar-nav>li>a:focus,
.navbar-default.navbar-shrink .navbar-nav>li>a:hover{
  color: black;
}

.navbar-default .container{
  background-color: rgba(247,245,245,0.22);
}

.navbar-brand{
  padding: 0px;
  margin: -25px -35px!important;
  height: 90px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.navbar-default .navbar-nav>li
{
  padding: 0px;
}

.navbar-default .navbar-nav>li>a
{
  background-color: transparent;
  color: white;
  font-weight: 400;
  padding: 15px 10px 5px!important;
  font-size: 14px;
  margin: 0px 5px 7px!important;
  border-bottom: 3px solid transparent;
}

.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover{
  border-bottom: 3px solid #5bb4af;
  color: white;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover{
  background-color: transparent;
  font-weight: 700;
  color: white;
  padding-bottom: 5px;
  margin-bottom: 7px;
  font-size: 14px;
  border-bottom: 3px solid #5bb4af;
}

.navbar-default .navbar-nav > li > a:focus{
  border-color: transparent;
  font-weight: 400;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover{
  color: white;
  background-color: transparent;
}

.navbar-default .dropdown-menu{
  background-color: #f0f0f0;
  min-width: auto;
}

.navbar-default .dropdown-menu li:hover{

}

.navbar-default .dropdown-menu a{
  font-size: 14px;
}

.navbar-default .dropdown-menu li:hover a{
  background-color: #5bb4af;
  color: white;
}


header.standard{
  height: 700px;
  width: 100%;
}

header.standard .mask{
  height: 700px;
  width: 100%;
}

header.rev-slider .mask{
  height: 700px;
  width: 100%;
  position: absolute;
  z-index: 5;
}

header.standard .row{
  padding-top: 250px;
}

header.standard h1{
  font-size: 40px;
  font-weight: 400;
  padding-bottom: 20px;
  text-transform: uppercase;
}

header.standard p{
  font-size: 30px;
  font-weight: 300;
  line-height: 1.2;
  text-align: left;
}


header.home{
  height: 750px;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

header.rev-slider{
  height: auto;
}

section{
  padding: 75px 0px;
}

section.home-features-section p{
  padding: 20px 15px;
}

section.home-features-section .main-box{
  padding-top: 0px; /*100px*/
}

section.home-features-section .feature-box{
  position: relative;
  width: 100%;
  height: auto;
  margin: 0px -15px;
  margin-bottom: 20px;
}

section.home-features-section .feature-box>div{
  padding: 0px;
  margin-bottom: 10px;
}

.circle {
    position: relative;
    margin: 0px auto;
    width: 70px;
    height: 70px;
    border-radius: 70px;
    background: white;
    border: 5px solid white;
}

.circle-inner {
    position: relative;
    margin: 5px auto;
    width: 50px;
    height: 50px;
    border-radius: 60px;
    background: #5bb4af;
    border: 15px solid #f7f5f5;
}



.feature-box.active .circle,
.feature-box .circle:hover
{
  border-top-color: #e1e1e1;
  border-right-color: #e1e1e1;
  -webkit-animation-name: feature-animation; /* Safari 4.0 - 8.0 */
  -webkit-animation-duration: 1s; /* Safari 4.0 - 8.0 */
  animation-name: feature-animation;
  animation-duration: 1s;

}

/* Safari 4.0 - 8.0 */
@-webkit-keyframes feature-animation {
    from {transform: rotateZ(180deg);}
    to {transform: rotateZ(360deg);}
}

/* Standard syntax */
@keyframes feature-animation {
  from {transform: rotateZ(180deg);}
  to {transform: rotateZ(360deg);}
}

.feature-box.active .line-1{
  position: absolute;
  bottom: 50px;
  right: -180px;
  height: 2px;
  width: 180px;
  background-color: #5bb4af;
  -webkit-animation-name: feature-line-1-animation; /* Safari 4.0 - 8.0 */
  -webkit-animation-duration: 1s; /* Safari 4.0 - 8.0 */
  animation-name: feature-line-1-animation;
  animation-duration: 1s;
}

/* Safari 4.0 - 8.0 */
@-webkit-keyframes feature-line-1-animation {
    from {width: 0px;}
    to {width: 180px;}
}

/* Standard syntax */
@keyframes feature-line-1-animation {
  from {width: 0px;}
  to {width: 180px;}
}

.feature-box.active .line-2{
  position: absolute;
  bottom: 50px;
  right: -50px;
  height: 2px;
  width: 50px;
  background-color: #5bb4af;
  -webkit-animation-name: feature-line-2-animation; /* Safari 4.0 - 8.0 */
  -webkit-animation-duration: 1s; /* Safari 4.0 - 8.0 */
  animation-name: feature-line-2-animation;
  animation-duration: 1s;
}

/* Safari 4.0 - 8.0 */
@-webkit-keyframes feature-line-2-animation {
    from {width: 0px;}
    to {width: 50px;}
}

/* Standard syntax */
@keyframes feature-line-2-animation {
  from {width: 0px;}
  to {width: 50px;}
}

.feature-box.active .line-3{
  position: absolute;
  bottom: 50px;
  left: -160px;
  height: 2px;
  width: 160px;
  background-color: #5bb4af;
  -webkit-animation-name: feature-line-3-animation; /* Safari 4.0 - 8.0 */
  -webkit-animation-duration: 1s; /* Safari 4.0 - 8.0 */
  animation-name: feature-line-3-animation;
  animation-duration: 1s;
}

/* Safari 4.0 - 8.0 */
@-webkit-keyframes feature-line-3-animation {
    from {width: 0px;}
    to {width: 160px;}
}

/* Standard syntax */
@keyframes feature-line-3-animation {
  from {width: 0px;}
  to {width: 160px;}
}

.feature-box.active .line-4{
  position: absolute;
  bottom: 50px;
  left: -50px;
  height: 2px;
  width: 50px;
  background-color: #5bb4af;
  -webkit-animation-name: feature-line-4-animation; /* Safari 4.0 - 8.0 */
  -webkit-animation-duration: 1s; /* Safari 4.0 - 8.0 */
  animation-name: feature-line-4-animation;
  animation-duration: 1s;
}

/* Safari 4.0 - 8.0 */
@-webkit-keyframes feature-line-4-animation {
    from {width: 0px;}
    to {width: 50px;}
}

/* Standard syntax */
@keyframes feature-line-4-animation {
  from {width: 0px;}
  to {width: 50px;}
}

.feature-box.active .line .point{
  position: absolute;
  height: 6px;
  width: 6px;
  border-radius: 6px;
  top: -2px;
  background-color: #5bb4af;
}

.feature-box.active .line .point-1{
  right: 0px;
}

.feature-box.active .line .point-2{
  left: 0px;
}


.feature-box.active h3{
  color: #5bb4af;
  font-weight: 600;
}

section.home-features-section .feature-box p{
  font-size: 14px;
  line-height: 1.3;
  padding: 5px 0px;
  text-transform: none;
}

section.home-features-section .mobile-back{
  width: 100%;
  height: 600px;
  margin: 0px auto;
  margin-top: 70px;
  overflow: hidden;
}

section.home-features-section .mobile-back .owl-item{
  float: left;
}

.owl-dots{
  width: auto;
  height: 20px;
  display: table;
  margin: 0px auto;

}

.owl-dot{
  background-color: white;
  height: 7px;
  width: 7px;
  margin: 0px 5px;
  border-radius: 10px;
  border: 1px solid #5bb4af;
  display: inline-block;
}

.owl-dot.active{
  background-color: #5bb4af;
  height: 7px;
  border: 1px solid #5bb4af;
  width: 7px;
  margin: 0px 5px;
  border-radius: 10px;
  display: inline-block;
}

.widget-box .owl-dot{
  background-color: #5bb4af;
  height: 7px;
  width: 7px;
  margin: 0px 5px;
  border-radius: 10px;
  border: 1px solid white;
  display: inline-block;
}

.widget-box .owl-dot.active{
  background-color: white;
  height: 7px;
  border: 1px solid white;
  width: 7px;
  margin: 0px 5px;
  border-radius: 10px;
  display: inline-block;
}



section.home-features-section .mobile-back .img-contain{
  width: 100%;
  height: 600px;
  display: inline-block;
}

section.home-features-section .mobile-back .huawei-img-contain{
  width: 100%;
  height: 600px;
  display: inline-block;
}

section.home-features-section .mobile-back .img-contain .text-box{
  display: none;
}



section.home-features-section .btn-default{
  margin-top: 0px;
}

section.home-whatsnew-section{
  padding-top: 190px;
  background: white; /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(#ffffff, #f3f3f3); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(#ffffff, #f3f3f3); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(#ffffff, #f3f3f3); /* For Firefox 3.6 to 15 */
  background: linear-gradient(#ffffff, #f3f3f3); /* Standard syntax */
}

section.home-whatsnew-section .img-contain{
  height: 680px;
  width: 100%;
}

section.home-whatsnew-section .huawei-img-contain{
  height: 680px;
  width: 100%;
}

section.home-whatsnew-section .content-box{
  padding-left: 45px;
}

section.home-whatsnew-section h2{
  margin-top: 120px;
  text-align: left;
  margin-left: 0px;
}

section.home-whatsnew-section h2:after{
  width: 170px;
}

section.home-whatsnew-section p{
  margin: 50px 0px 70px;
  text-align: left;
  font-weight: 400;
}

section.home-whatsnew-section .btn-default{
  margin-left: 0px;
}

section.home-background-section{
  padding: 0px;
  height: 480px;
  width: 100%;
}

section.home-background-section h2{
  padding-top: 100px;
  text-align: left;
  margin-left: 0px;
  font-weight: 300;
  font-size: 30px;
}

section.home-background-section p{
  padding: 50px 0px;
  text-align: left;
}

section.home-background-section .btn{
  margin-left: 0px;
}

section.home-presse-section h2{
  padding-top: 60px;
}

footer .footer-top{
  background-color: #ebebeb;
  padding-bottom: 50px;
}

footer h2{
  padding-top: 90px;
  margin-bottom: 70px;
}

footer h3{
  margin-left: 0px;
  text-align: left;
  font-weight: 700;
  padding-bottom: 20px;
  text-transform: none;
}

footer p{
  text-align: left;
  font-weight: 400;
  padding: 0px;
  margin: 0px;
  line-height: 1.6;
}

footer .btn-info{
  margin-left: 0px;
  margin-top: 40px;
}

footer .btn-default{
  display: inline-table;
  margin-top: 48px;
  margin-left: 3px;
  margin-bottom: 28px;
  vertical-align: top;
}

footer .google{
  display: inline-table;
  height: 70px;
  width: 220px;
  vertical-align: top;
  margin-top: 8px;
  margin-left: 3px;
  margin-right: 3px;
  margin-bottom: 8px;
}

footer .google:hover{
  background-image: url(icons/batch_google_playstore_hover_big.png)!important;
  transition: 0.2s;
}

footer .huawei{
  display: inline-table;
  height: 70px;
  width: 220px;
  vertical-align: top;
  margin-top: 8px;
  margin-left: 3px;
  margin-right: 3px;
  margin-bottom: 28px;
}

footer .huawei:hover{
  background-image: url(icons/batch_huawei_appgallery_hover_big.png)!important;
  transition: 0.2s;
}

footer .icon-box{
  margin-top: 5px;
}

footer .icon-box .fa{
  font-size: 30px;
  color: black;
  width: 70px;
}

footer .icon-box .fa:hover{
  color: #5bb4af;
}

footer .footer-bottom{
  background-color: white;
  padding: 20px 15px 20px;
}

footer .footer-bottom .nav-bottom{
  padding: 0px 15px;
}

footer .footer-bottom a{
  font-size: 14px;
  font-weight: 400;
  display: inline-block;
  text-align: left;
  text-transform: none;
  cursor: pointer;
}

footer .footer-bottom a:hover{
  color: #5bb4af;
}

footer .footer-bottom .copyright{
  text-align: right;
}

footer .footer-simplecal{
  background-color: #ebebeb;
  padding: 20px 15px 20px;
}
footer .footer-simplecal .nav-bottom{
  padding: 0px 15px;
}
footer .footer-simplecal a{
  font-size: 14px;
  font-weight: 400;
  display: inline-block;
  text-align: left;
  text-transform: none;
  cursor: pointer;
}
footer .footer-simplecal a:hover{
  color: #5bb4af;
}
footer .footer-simplecal .copyright{
  text-align: right;
}



.impressum-first-section p{
  text-align: left;
}

.impressum-first-section a{
  text-transform: none;
}

.desktop{
  display: block;
}

.mobile{
  display: none;
}

.tp-caption.header-button img{
    visibility: hidden;
}

.header-button{
  transition: all 0.3s;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(icons/google-white.png)!important;
}

.header-button:hover{
  transition: 0.3s;
  background-image: url(icons/google_white2.png)!important;
}
