/*!
 * 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: #354b58;
  font-family: 'Montserrat', sans-serif;
  margin: 0px auto;
 }

 body.fixed {
   overflow-y: hidden;
   position: fixed;
  }

p {
  font-size: 16px;
  line-height: 1.8;
  font-weight: 400;
  margin: 0px;
  text-align: left;
}

a {
  font-weight: 600;
  color: inherit;
}
a.active, a:active, a:focus, a:hover {
  color: inherit;
    text-decoration: none;
    outline: none!important;
}

p a:hover{
  color: #eb6865;
}

:focus{
  outline: none!important;
}

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

 h1{
   font-size: 36px;
   line-height: 1.1;
   color: white;
   font-family: 'Montserrat', sans-serif;
   font-weight: 400;
   margin: 0px;
 }

 h2{
   font-size: 40px;
   font-weight: 600;
   position: relative;
   text-align: center;
   margin-bottom: 30px;
   text-transform: uppercase;
   position: relative;
   letter-spacing: 4px;
 }

 h3{
   margin: 0px;
 }

.text-primary{
  color: #25B2C5!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;
 }

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

 .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: #5c9112;
   border-color: #5c9112;
 }

 .btn-default{
   color: black;
   border-color: black;
   background-color: transparent;
   border-radius: 0px;
   padding: 15px 30px;
   font-size: 15px;
   text-align: center;
   display: table;
   font-weight: 600;
   margin: 40px auto 20px;
 }

 .btn-default:hover,
.btn-default:focus{
   color: white;
   background-color: #5c9112;
   border-color: #5c9112;
   transition: 0.2s;
 }

 .navbar-mobile{
   display: none;
 }

 .nav-button .string1{
   width: 50px;
   height: 2px;
   background-color: #a32034;
   margin-bottom: 10px;
   transition: all ease 0.3s;
 }

 .nav-button .string2{
   width: 50px;
   height: 2px;
   background-color: #a32034;
   margin-bottom: 10px;
   transition: all ease 0.3s;
 }

 .nav-button .string3{
   width: 50px;
   height: 2px;
   background-color: #a32034;
   margin-bottom: 10px;
   transition: all ease 0.3s;
 }

 .nav-button.active .string1{
   transform: rotateZ(45deg);
   margin-top: 5px;
 }

 .nav-button.active .string2{
   transform: rotateZ(-45deg);
   margin-top: -12px;
 }

 .nav-button.active .string3{
   display: none;
 }

 .proven-box{
   position: absolute;
   left: 0px;
   top: 0px;
   height: 60px;
   background-color: white;
   width: 100%;
 }

 .navbar-default{
   padding-top: 50px;
   top: 0px;
   height: 100px;
   position: fixed;
   width: 100%;
   z-index: 2000;
   transition: all ease 0.3s;
   border: none;
   background-color: transparent;
 }

 .navbar-default.navbar-shrink{
   top: 0px;
   background-color: white;
   height: 80px;
   position: fixed;
   width: 100%;
   z-index: 1000;
   -webkit-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.15);
 -moz-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.15);
 box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.15);
 padding-top: 0px;
 }

 .navbar-header{
   position: absolute;
 }

 .menu-points{
   float: right;
   padding-right: 50px;
 }

 .navbar-default .navbar-brand{
   height: 50px;
   background-repeat: no-repeat;
   background-position: left top;
   background-size: contain;
   transition: all ease 0.3s;
   padding: 0px;
   opacity: 1;
   position: absolute;
 }

 .navbar-default.navbar-shrink .navbar-brand{
   height: 80px;
   padding: 0px;
   opacity: 1;
 }

 .navbar-default .navbar-brand .img{
   width: 390px;
   height: 90px;
   margin-left: 0px;
   margin-top: -20px;
   top: 0px;
   transition: all ease 0.7s;
 }

 .navbar-default.navbar-shrink .navbar-brand .img{
   width: 380px;
   height: 50px;
   margin-left: 0px;
   margin-top: 15px;
   top: 0px;
 }


 .navbar-default a{
   font-size: 18px;
   font-weight: 500;
   transition: all ease 0.3s;
 }

 .navbar-default a{
   color: #899199;
 }

 .navbar-default .navbar-nav{
   float: right;
   display: table;
   margin-bottom: 0px;
   transition: all ease 0.3s;
   margin-top: 0px;
 }

 .navbar-default.navbar-shrink .navbar-nav{
   margin-top: 0px;
   border-color: transparent;
   border-top: 0px solid #e6e6e6;
   border-bottom: 0px solid #e6e6e6;
   padding-top: 0px;
 }

 .navbar-default .navbar-nav>li>a{
   margin: 30px 0px 0px 20px;
   padding: 10px 20px;
   line-height: 1;
   transition: all ease 0.3s;
   color: #484848;
   font-size: 12px;
   font-family: 'Montserrat', sans-serif;
   text-transform: none;
   font-weight: 600;
   text-transform: uppercase;
   border-bottom: 2px solid transparent;
 }

 .navbar-default.home .navbar-nav>li>a{
   color: white;
   font-weight: 600;
 }

 .navbar-default.navbar-shrink.home .navbar-nav>li>a{
   color: #484848;
   font-weight: 600;
 }

 .navbar-default.navbar-shrink .navbar-nav>li>a{
   padding: 10px 20px;
   margin-left: 20px;
   padding-bottom: 5px;
   font-size: 12px;
 }

 .navbar-default .navbar-nav>li>a:focus,
 .navbar-default .navbar-nav>li>a:hover{
   background-color: #1cb7eb;
   color: white!important;
 }

 .navbar-default.navbar-shrink .navbar-nav>li>a:focus,
 .navbar-default.navbar-shrink .navbar-nav>li>a:hover{
   background-color: #1cb7eb;
   color: white!important;
 }

 .navbar-default .navbar-nav>.active>a,
 .navbar-default .navbar-nav>.active>a:focus,
 .navbar-default .navbar-nav>.active>a:hover{
   background-color: #1cb7eb;
   color: white!important;
 }

 .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{
   background-color: #1cb7eb;
   color: white!important;

 }

 .navbar-default .navbar-nav>.active.open>a,
 .navbar-default .navbar-nav>.active.open>a:focus,
 .navbar-default .navbar-nav>.active.open>a:hover{

 }

 .navbar-default.navbar-shrink .navbar-nav>.active.open>a,
 .navbar-default.navbar-shrink .navbar-nav>.active.open>a:focus,
 .navbar-default.navbar-shrink .navbar-nav>.active.open>a:hover{
   background-color: #1cb7eb;
   color: white!important;
 }

 .navbar-nav>li>.dropdown-menu{
   background-color: white;
   border: none;
   border-radius: 0px;
   margin-top: 0px;
   left: 20px;
   box-shadow: none;
   padding-bottom: 0px;
   padding-top: 0px;
   min-width: inherit;
   width: 150px;
 }

 .navbar-default .navbar-nav>.open>a,
 .navbar-default .navbar-nav>.open>a:focus,
 .navbar-default .navbar-nav>.open>a:hover{
   background-color: #1cb7eb;
   color: white!important;
 }

 .dropdown-menu>.active>a,
 .dropdown-menu>.active>a:focus,
 .dropdown-menu>.active>a:hover{
   background-color: #1cb7eb;
   color: white;
 }

 .dropdown-menu>li{
   margin-bottom: 5px;
 }

 .dropdown-menu>li>a{
   padding: 10px 20px;
   font-size: 12px;
   font-weight: 400;
   text-transform: uppercase;
   text-align: left;
 }

 .caret{
   display: none;
 }

 .dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover{
   background-color: #1cb7eb;
   color: white;
 }

 .navbar-collapse{
   padding: 0px;
 }

 .navbar-default .button{
   display: none;
 }

 .navbar-default.navbar-shrink .button{
   background-color: #1cb7eb;
   color: white;
   padding: 10px 10px;
   font-size: 17px;
   font-weight: 700;
   position: absolute;
   right: 0px;
   top: 5px;
   display: block;
 }

 .navbar-nav>li{
   float: left;
 }

 .navbar-nav>li:hover>.dropdown-menu{
   display: block;
 }

 .navbar-nav>li>.dropdown-menu>li>.dropdown-menu{
   background-color: #f1f1f1;
   border: none;
   border-radius: 0px;
   margin-top: 0px;
   left: 0px;
   box-shadow: none;
   padding-bottom: 10px;
   padding-top: 0px;
   position: relative;
   min-width: inherit;
 }

 .navbar-nav>li>.dropdown-menu>li>.dropdown-menu a{
   font-size: 15px;
 }

 .navbar-nav>li>.dropdown-menu>li:hover>.dropdown-menu{
   display: block;
 }

header{
  height: 800px;
  width: 100%;
  top: 0px;
  margin-top: 0px;
  position: relative;
}

header .item{
  height: 800px;
  width: 100%;
}

header .filter{
  height: 100%;
  background-color: rgba(0,0,0,0.4);
  width: 100%;
}

header.home .filter{
  background-color: rgba(0,0,0,0);
}

header.home video{
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -1000;
  overflow: hidden;
}

header.home .img{
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: -1000;
  overflow: hidden;
}

header.company{
  background-position: top center;
}

header h1{
  padding-top: 250px;
  text-align: center;
  font-size: 65px;
  font-weight: 600;
  color: #58595b;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 30px;
}

header.imprint h1{
  font-size: 40px;
}

section.white h1{
  padding-top: 250px;
  text-align: center;
  font-size: 65px;
  font-weight: 600;
  color: #58595b;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 30px;
}

header.white{
  border-top: 10px solid rgb(219,219,219);
  margin-top: 150px;
  height: 350px;
}

section.white{
  border-top: 10px solid rgb(219,219,219);
  margin-top: 0px;
  height: 350px;
}

header.white.updates{
  border-top: 10px solid rgb(219,219,219);
  margin-top: 150px;
  height: 220px;
}

header.white.news{
  border-top: 10px solid rgb(219,219,219);
  margin-top: 150px;
  height: 250px;
}

header.white h1{
  padding-top: 70px;
}

section.white h1{
  padding-top: 70px;
}

header.white.news h1{
  color: #1cb7eb;
}

header.white h2{
  font-size: 20px;
  font-weight: 400;
  text-transform: none;
  padding-top: 40px;
  letter-spacing: 0px;
}

section.white h2{
  font-size: 20px;
  font-weight: 400;
  text-transform: none;
  padding-top: 40px;
  letter-spacing: 0px;
}

.line{
  width: 500px;
  background-color: rgb(219,219,219);
  height: 2px;
  margin: 0px auto;
  position: relative;
}

.line .box-1{
  height: 7px;
  width: 40px;
  position: absolute;
  background-color: rgb(219,219,219);
  top: -3px;
  left: 80px;
}

.line .box-2{
  height: 7px;
  width: 60px;
  position: absolute;
  background-color: rgb(219,219,219);
  top: -3px;
  left: 180px;
}

.line .box-3{
  height: 7px;
  width: 130px;
  position: absolute;
  background-color: rgb(219,219,219);
  top: -3px;
  left: 300px;
}

.company-section-1{
  padding: 80px 0px;
  position: relative;
  border-bottom: 0px solid #54b5e6;
}

.company-section-1 p{
  text-align: center;
}

.company-section-1 .button{
  margin: 0px auto;
  display: table;
  margin-top: 20px;
}

.company-section-1 .img-left{
  position: absolute;
  top: 300px;
  left: 0px;
  height: 700px;
  width: 45%;
}

.company-section-1 .item-box{
  margin-top: 40px;
  height: auto;
}

.company-section-1 .item-box .item{
  margin-bottom: 30px;
}

.company-section-1 .item-box .line{
  margin-top: 30px;
  margin-left: 0px;
  width: 100%;
}

.button{
  background-color: #eb6865;
  padding: 5px 40px;
  display: inline-table;
  color: white;
  font-size: 18px;
  text-transform: uppercase;
  margin-top: 40px;
  font-weight: 400;
  position: relative;
  min-width: 215px;
  text-align: center;
}

.button .top{
  position: absolute;
  right: 20px;
  top: -5px;
  height: 5px;
  width: 30px;
  background-color: #eb6865;
  transition: all ease 0.3s;
}

.button .bottom{
  position: absolute;
  left: 20px;
  bottom: -5px;
  height: 5px;
  width: 30px;
  background-color: #eb6865;
  transition: all ease 0.3s;
}

.button:hover .top{
  right: 160px;
}

.button:hover .bottom{
  left: 160px;
}

.company-section-1 .item-box-2{
  width: 100%;
  padding: 30px;
  border: 1px solid #54b5e6;
}

.company-section-1 .item-box-2 .item{
  padding-bottom: 30px;
}

.company-section-1 .item-box-2 p{
  color: #54b5e6;
  font-size: 16px;
  font-weight: 600;
}

.company-section-2{
  padding: 40px 0px 0px;
  border-bottom: 50px solid #54b5e6;
}

.company-section-2 p{
  text-align: center;
}

.company-section-2 .item-1{
  border-top: 50px solid #54b5e6;
  width: 100%;
  position: relative;
}

.company-section-2 .item-2{
  border-top: 50px solid #54b5e6;
  width: 100%;
  position: relative;
}

.company-section-2 .item-3{
  border-top: 50px solid #54b5e6;
  width: 100%;
  position: relative;
}

.company-section-2 .item-4{
  border-top: 50px solid #54b5e6;
  width: 100%;
  position: relative;
}

.company-section-2 .img{
  height: 800px;
  background-position: top center;
}

.company-section-2 .line{
  margin-bottom: 50px;
}

.company-section-2 .items{
  margin-top: 20px;
}

.company-section-2 .items .text-box{
  position: absolute;
  left: 10%;
  width: 25%;
  padding: 20px;
  background-color: rgba(0,0,0,0.6);
  top: 100px;
}

.company-section-2 .items .text-box p{
  color: white;
  font-size: 16px;
  text-align: left;
}

.company-section-2 .items .item-2 .text-box{
  right: 10%;
  left: auto;
  padding: 20px;
}

.company-section-2 .items .item-4 .text-box{
  right: 10%;
  left: auto;
  padding: 20px;
}

.company-section-3.first{
  padding: 80px 0px 0px;
}

.company-section-3{
  padding: 0px 0px 0px;
}

.company-section-3 .slider{
  margin: 0px 0px 40px;
  border-top: 0px solid #58595b;
  border-bottom: 1px solid #58595b;
  padding-top: 40px;
  padding-bottom: 40px;
}

.company-section-3 .slider .icon{
  width: 150px;
  height: 150px;
  margin: 0px auto;
}

.company-section-3 .slider .icon.inner{
  height: 50px;
  margin-bottom: 20px;
}

.company-section-3 .slider .line-down{
  width: 2px;
  height: 80px;
  background-color: #f2f2f2;
  margin: 0px auto;
}

.company-section-3 .slider .line-down.short{
  height: 40px;
}

.company-section-3 .slider .text-box{
  padding: 20px;
  height: 190px;
  background-color: #f2f2f2;
  text-align: center;
}

.company-section-3 .slider .text-box p{
  text-align: center;
  font-size: 14px;
}

.company-section-3 .slider .text-box p.title{
  color: #54b5e6;
  font-weight: 700;
  font-size: 16px;
}

.company-section-3 .more-button{
  margin: 0px auto;
  text-align: center;
  padding-top: 20px;
  cursor: pointer;
  font-weight: 600;
  display: none;
  background-color: #54b5e6;
  padding: 10px;
  color: white;
  margin-top: 20px;
}

.company-section-3 .more-button.active{
  display: table;
}

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev{
  padding: 10px 20px;
  border-radius: 0px;
}

.slider .fa{
  font-size: 24px;
}

.company-section-4{
  padding: 80px 0px 0px;
}


.company-section-4 .line{
  margin-bottom: 20px;
}

.company-section-4 .slider{
  margin: 0px 0px 40px;
  border-top: 0px solid #58595b;
  border-bottom: 1px solid #58595b;
  padding-top: 0px;
  padding-bottom: 40px;
}

 .line-bottom{
  border-bottom: 1px solid #58595b;
  width: 100%;
  padding-top: 80px;
}

.company-section-5{
  padding: 0px 0px;
}

.company-section-5 .logo{
  height: 200px;
  width: 100%;
  margin: 0px auto;
  margin-top: 40px;
}

.company-section-6{
  padding: 40px 0px 80px;
}

.company-section-6 h2{
  padding-bottom: 30px;
}

.company-section-6 h2.smaller{
  text-transform: none;
}

.company-section-6 p{
  text-align: center;
  padding-bottom: 0px;
}

.company-section-6.more-padding p{
  padding-bottom: 20px;
}

.company-section-6 .line{
  margin: 80px auto;
  margin-top: 0px;
}

.company-section-6 .button{
  display: table;
  text-align: center;
  margin: 0px auto;
}

.customer-section-1{
  margin: 0px;
  padding: 0px!important;
  width: 100%;
  height: auto;
  position: relative;
  border-top: 30px solid #1cb7eb;
}

.customer-section-1 .panel-title{
  padding-left: 40px;
}

.customer-section-1.left-box .content-left{
  display: block;
}

.customer-section-1.left-box .content-right{
  display: none;
}

.customer-section-1.right-box .content-left{
  display: none;
}

.customer-section-1.right-box .content-right{
  display: block;
}

.customer-section-1.right-box .content-right .mobile{
  display: none;
}

.customer-section-1 .slider .item{
  height: 800px;
  width: 100%;
}

.customer-section-1 h2{
  font-size: 40px;
  text-align: left;
  text-transform: none;
  margin-bottom: 0px;
  margin-top: 60px;
}

.customer-section-1 .subtitle{
  font-size: 25px;
  text-align: left;
  text-transform: none;
}

.customer-section-1 .line{
  margin-top: 30px;
  width: 350px;
  margin-left: 0px;
}

.customer-section-1 .line .box-1{
  left: 30px;
  width: 70px;
}

.customer-section-1 .line .box-2{
  left: 150px;
  width: 30px;
}

.customer-section-1 .line .box-3{
  left: 220px;
  width: 100px;
}

.customer-section-1 .button{
  margin-top: 0px;
  margin-bottom: 40px;
  background-color: #eb6865;
}

.customer-section-1 .tab-menu{
  margin-bottom: 60px;
}

.customer-section-1 .tab-menu .item{
  width: 100%;
  border-bottom: 1px solid black;
  padding: 20px 0px;
}

.customer-section-1 .tab-menu .item p{
  font-weight: 600;
}

.customer-section-1 .text-box{
  width: 100%;
  padding: 50px;
  top: 0px;
  margin-top: 70px;
  margin-bottom: 30px;
  border: 1px solid black;
}

.customer-section-1 .text-box p{
  font-size: 18px;
}

.customer-section-1 .owl-prev {
    width: 15px;
    height: 100px;
    position: absolute;
    top: 40%;
    left: 30px;
    display: block !important;
    border:0px solid black;
}


.customer-section-1 .owl-next {
    width: 15px;
    height: 100px;
    position: absolute;
    top: 40%;
    right: 30px;
    display: block !important;
    border:0px solid black;
}

.customer-section-1 .owl-prev i, .customer-section-1 .owl-next i {
  color: rgb(219,219,219);
  position: absolute;
  top: 0px;
  font-size: 40px;
  margin: 0px auto;
  left: 0px;
  right: 0px;
}

.customer-section-1 .owl-theme .owl-nav [class*=owl-]{
  color: white;
  background-color: rgba(255,255,255,0.8);
  font-size: 40px;
  width: 40px;
  height: 40px;
  margin: 0px;
  border-radius: 100px;
  transition: all ease 0.3s;
}

.customer-section-1 .owl-theme .owl-nav [class*=owl-]:hover{
  background: white;
}

.customer-section-1 .owl-theme .owl-nav [class*=owl-]:hover i{
  color: rgb(219,219,219);
}

.customer-section-2{
  border-top: 30px solid transparent;
}

header.people .title-box{
  padding-top: 200px;
  margin: 0px auto;
}

header.people h1{
  display: table;
  text-align: center;
  margin: 0px auto;
  background-color: white;
  padding: 20px;
}

.people-section-1{
  border-top: 30px solid #00b58a;
  padding-top: 100px;
}

.people-section-1 h2{
  color: #00b58a;
  text-align: left;
  margin-left: 0px;
}

.people-section-1 .line{
  margin-top: 100px;
  width: 100%;
  margin-bottom: 40px;
}

.people-section-1 .img{
  width: 100%;
  height: 350px;
}

.people-section-2 .line{
  margin-top: 100px;
  width: 100%;
  position: absolute;
  bottom: 0px;
}
.people-section-2 .img{
  width: 100%;
  height: 350px;
}

.people-section-2.left-box .content-left{
  display: block;
}

.people-section-2.left-box .content-right{
  display: none;
}

.people-section-2.right-box .content-left{
  display: none;
}

.people-section-2.right-box .content-right{
  display: block;
}

.people-section-2 .content-right .mobile{
  display: none;
}

.people-section-2 .text-box{
  min-height: 400px;
  position: relative;
  margin-bottom: 40px;
}

.people-section-2 .title-box .icon{
  display: inline-block;
  margin-right: 30px;
  width: 60px;
  height: 60px;
  font-size: 40px;
  color: #00b58a;
  vertical-align: top;
}

.people-section-2 .title-box h2{
  color: #00b58a;
  display: inline-block;
  vertical-align: top;
  text-transform: none;
  text-align: left;
  margin-left: 0px;
  font-size: 40px;
  margin: 0px;
  padding: 0px;
  padding-top: 7px;
  margin-bottom: 40px;
}

.people-section-3{
  border-top: 30px solid #f28e3d;
  border-bottom: 30px solid #f28e3d;
  padding: 80px 0px 0px;
}

.people-section-3 .line{
  margin-bottom: 40px;
}

.people-section-3 .line{
  margin-bottom: 40px;
}

.no-gutter{
  padding: 0px;
  margin: 0px;
}

.people-section-3 .img{
  width: 100%;
  height: 400px;
}

.people-section-3 .img .hover{
  background-color: rgba(242,142,62,0.9);
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all ease 0.3s;
}

.people-section-3 .img:hover .hover{
  opacity: 1;
}

.people-section-3 .img .hover .text-box{
  padding: 40px;
}

.people-section-3 .img .hover .text-box p{
  color: white;
  display: block;
  text-align: center;
  padding-bottom: 10px;
}

.people-section-3 .img .hover .text-box p.name{
  font-size: 20px;
  text-transform: uppercase;
}

.people-section-3 .img .hover .text-box p.position{
  font-size: 14px;
}

.people-section-3 .img .hover .text-box p.text{
  font-weight: 600;
}

.people-section-4{
  padding: 100px 0px;
}

.people-section-4 .text-box{
  background-color: rgba(0,0,0,0.8);
  padding: 30px 60px 30px 30px;
  color: white;
}

.people-section-4 .text-box h2{
  font-size: 40px;
  color: #ff8f38;
  margin-left: 0px;
  text-align: left;
  text-transform: none;
}

.people-section-4 .text-box .line{
  background-color: white;
  margin-left: 0px;
  margin-bottom: 40px;
}

.people-section-4 .text-box .box-1{
  background-color: white;
}

.people-section-4 .text-box .box-2{
  background-color: white;
}

.people-section-4 .text-box .box-3{
  background-color: white;
}

.people-section-5{
  padding: 80px 0px 0px;
}

.people-section-5 h2{
  text-align: center;
  color: #ff8f38;
  font-size: 40px;
  text-transform: none;
}

.people-section-5 .line{
  margin-bottom: 40px;
}

.grid {
  display: grid;
  grid-template-rows:
    repeat(3, 180px);
  grid-template-columns:
    repeat(3, 1fr);
  grid-gap: 5px;
}

.item:nth-child(1) {
  grid-row: 1 / 3;
}

.item:nth-child(2) {
  grid-column: 2 / 4;
  grid-row: 1 / 2;
}

.item:nth-child(3) {
  grid-column: 3 / 4;
  grid-row: 2 / 4;
}

.item:nth-child(4) {
  grid-column: 2 / 3;
  grid-row: 2 / 3;
}

.item:nth-child(5) {
  grid-column: 1 / 3;
  grid-row: 3 / 4;
}

/* styling code */

.grid {
  margin:20px auto;
  max-width:1000px;
}

.grid > .item {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.people-section-5 .get-touch{
  position: relative;
  padding: 10px;
  z-index: 1;
  top: inherit;
  right: inherit;
}

.people-section-6 h2{
  border-top: 1px solid black;
  padding-top: 80px;
}

.careers-section-1{
  padding: 80px 0px;
}

.careers-section-1 h2{
  font-weight: 600;
  color: #00b58a;
  padding-bottom: 60px;
}

.careers-section-1 .line{
  margin-left: 0px;
  margin-bottom: 40px;
}

.careers-section-1 .text-box{
  background-color: #00b58a;
  color: white;
  padding: 30px;
  margin-top: 50px;
}

.careers-section-1 .text-box .title{
  font-size: 30px;
  margin-bottom: 20px;
}

.careers-section-1 .button{
  background-color: #eb6865;
}

.careers-section-1 .button .top{
  background-color: #eb6865;
}

.careers-section-1 .button .bottom{
  background-color: #eb6865;
}

.careers-section-2{
  padding: 0px 0px 80px;
}

.careers-section-2 .line{
  margin-bottom: 80px;
}

.gutter-ten{
  padding: 0px 5px;
}

.careers-section-2 .item{
  background-color: #00b58a;
  height: 300px;
  width: 100%;
  margin-bottom: 10px;
}

.careers-section-2 .item .icon{
  height: 100%;
  width: 100%;
  background-size: 50%;
}

.careers-section-2 .item .hover{
  transition: all ease 0.3s;
  background-color: rgba(255,255,255,0.8);
  height: 100%;
  width: 100%;
  opacity: 0;
}

.careers-section-2 .item .hover .text-box{
  padding: 30px;
}

.careers-section-2 .item:hover .hover{
  opacity: 1;
}

.careers-section-3{
  padding: 80px 0px;
}

.careers-section-3 .line{
  margin-bottom: 40px;
}

.careers-section-3 .text{
  font-size: 20px;
  text-align: center;
  padding-bottom: 80px;
}

.careers-section-3 h4{
  padding-left: 40px;
}

.careers-section-3 li{
  font-size: 16px;
  line-height: 1.6;
}

.panel-group .panel{
  border: none;
}

.panel-default>.panel-heading+.panel-collapse>.panel-body{
  border: none;
}

.careers-section-3 .panel-default>.panel-heading{
  background-color: transparent;
  padding: 30px 10px;
  border: none;
}

.careers-section-4 .line{
  margin-bottom: 60px;
}

.home-section-4.careers-section-5 .text-box{
  height: auto;
}

input[type=checkbox], input[type=radio]{
  display: none;
}

.searchandfilter ul li li{
  display: inline-table;
  position: relative;
  margin-bottom: 10px;
}

.searchandfilter ul li li::after{
  content: "";
  width: 1px;
  height: 20px;
  position: absolute;
  right: 0px;
  top: 10px;
  background-color: black;
}

.searchandfilter ul{
  padding: 0px!important;
}

.searchandfilter ul>li>ul:not(.children){
  padding: 0px!important;
}

.searchandfilter ul li li label{
  margin: 0px 20px;
  padding: 0px!important;
  padding-bottom: 0px!important;
  position: relative;
}

.searchandfilter ul li li.sf-option-active label::after{
  content: "";
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 1px;
  position: absolute;
  background-color: black;
}

.searchandfilter li[data-sf-field-input-type=checkbox] label,
.searchandfilter li[data-sf-field-input-type=radio] label,
.searchandfilter li[data-sf-field-input-type=range-radio] label,
.searchandfilter li[data-sf-field-input-type=range-checkbox] label{
  font-weight: 500;
  font-size: 24px;
  cursor: pointer;
}

.searchandfilter ul li{
  display: table;
  margin: 0px auto;
}

.sf-item-1{
  color: #1ab8ec;
}

.sf-item-4{
  color: #ed8909;
}

.sf-item-5{
  color: #00b58a;
}

.searchandfilter ul li li.sf-item-5::after{
  content: "";
  width: 0px;
  height: 20px;
  position: absolute;
  right: 0px;
  top: 10px;
  background-color: black;
}

.updates-section-1 ul{
  list-style: none;
  margin: 0px auto;
  display: table;
  text-align: center;
  padding: 0px;
}

.updates-section-1 ul li{
  display: inline-block;
  padding: 10px 20px;
  font-size: 24px;
}

.updates-section-2 {
  padding: 0px 0px 80px;
}

.updates-section-2 .top-arrow{
  margin: 0px auto;
  margin-bottom: 10px;
  height: 40px;
  width: 40px;
  background-color: rgba(241, 135, 40, 0.7);
  border-radius: 40px;
  border: none;
  display: block!important;
  cursor: pointer;
}

.updates-section-2 i{
  font-size: 20px;
  color: white;
}

.updates-section-2 .bottom-arrow{
  margin: 0px auto;
  margin-top: 10px;
  height: 40px;
  width: 40px;
  background-color: rgba(241, 135, 40, 0.7);
  border-radius: 40px;
  border: none;
  display: block!important;
  cursor: pointer;
}

.updates-section-2 .first-box{
  background-color: #595959;
  height: 610px;
  padding: 20px 0px;
}

.updates-section-2 .first-box .title{
  font-size: 20px;
  font-weight: 600;
  text-align: left;
  text-transform: none;
  letter-spacing: 0px;
  padding: 0px 30px;
  height: 100px;
  margin-top: 20px;
  margin-bottom: 10px;
  color: #f18628;
}

.updates-section-2 .first-box .date{
  line-height: 1.4;
}

.updates-section-2 .first-box .subtitle{
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
}

.updates-section-2 .first-box .item{
  background-color: white;
  padding: 15px 0px;
  margin-bottom: 20px;
}

.updates-section-2 .item{
  background-color: rgb(219,219,219);
  padding: 20px 0px;
  margin-bottom: 30px;
}

.updates-section-2 h2{
  text-align: left;
  font-size: 40px;
  padding-left: 30px;
}

.updates-section-2 .item h2{
  font-size: 20px;
  font-weight: 600;
  text-align: left;
  text-transform: none;
  letter-spacing: 0px;
  padding: 0px 30px;
  height: 100px;
  margin-bottom: 0px;
}

.updates-section-2 .item .img{
  width: 100%;
  height: 240px;
}

.updates-section-2 .item ul{
  list-style: none;
  padding-left: 30px;
  padding-bottom: 20px;
  padding-top: 20px;
}

.updates-section-2 .item .button{
  margin: 30px 0px;
}

.updates-section-2 .item .text-box{
  height: 90px;
  padding-top: 10px;
}

.updates-section-2 .item p{
  padding: 0px 30px;
}

.updates-section-2 .item p.date{
  display: block;
  font-size: 14px;
}

.updates-section-2 .item.orange h2{
  color: #f18628;
  margin-top: 0px;
}

.updates-section-2 .item.orange .post-categories{
  color: #f18628;
}

.updates-section-2 .item.orange .button{
  background-color: #f18628;
}

.updates-section-2 .item.orange .button .top{
  background-color: #f18628;
}

.updates-section-2 .item.orange .button .bottom{
  background-color: #f18628;
}

.updates-section-2 .item.green h2{
  color: #00b58a;
}

.updates-section-2 .item.green .post-categories{
  color: #00b58a;
}

.updates-section-2 .item.green .button{
  background-color: #00b58a;
}

.updates-section-2 .item.green .button .top{
  background-color: #00b58a;
}

.updates-section-2 .item.green .button .bottom{
  background-color: #00b58a;
}

.updates-section-2 .item.blue h2{
  color: #1ab8ec;
}

.updates-section-2 .item.blue p{
  color: #1ab8ec;
}



.updates-section-2 .button.updates{
  margin: 0px auto;
  display: table;
  margin-top: 50px;
}

.green{
  color: #00b58a!important;
}

.back-green{
  background-color: #00b58a!important;
}

.border-green{
  border-color: #00b58a!important;
}

.orange{
  color: #f18628!important;
}

.back-orange{
  background-color: #f18628!important;
}

.border-orange{
  border-color: #f18628!important;
}

.updates-section-2 .item.blue .post-categories{
  color: #1ab8ec;
}

.updates-section-2 .item.blue .button{
  background-color: #1ab8ec;
}

.updates-section-2 .item.blue .button .top{
  background-color: #1ab8ec;
}

.updates-section-2 .item.blue .button .bottom{
  background-color: #1ab8ec;
}

.updates-section-2 .item.red h2{
  color: #f28e3e;
}

.updates-section-2 .item.red .post-categories{
  color: #f28e3e;
}

.updates-section-2 .item.red .button{
  background-color: #f28e3e;
}

.updates-section-2 .item.red .button .top{
  background-color: #f28e3e;
}

.updates-section-2 .item.red .button .bottom{
  background-color: #f28e3e;
}

.updates-section-2 .item.first{
  background-color: #f18628;
}

.updates-section-2 .item.first p{
  color: white;
}

.news-section-1 h2{
  font-size: 40px;
  text-align: left;
  color: #1cb7eb;
  text-transform: none;
}

.news-section-1 .slider{
  margin-top: 40px;
}

.news-section-1 .slider .undertitle{
  font-size: 14px;
  padding-top: 10px;
}

.news-section-1 .slider .item{
  height: 420px;
  width: 100%;
}

.news-section-1 .owl-prev {
    width: 15px;
    height: 100px;
    position: absolute;
    top: 45%;
    left: 30px;
    display: block !important;
    border:0px solid black;
}


.news-section-1 .owl-next {
    width: 15px;
    height: 100px;
    position: absolute;
    top: 45%;
    right: 30px;
    display: block !important;
    border:0px solid black;
}

.news-section-1 .owl-prev i, .news-section-1 .owl-next i {
  color: rgb(219,219,219);
  position: absolute;
  top: 0px;
  font-size: 40px;
  margin: 0px auto;
  left: 0px;
  right: 0px;
}

.news-section-1 .owl-theme .owl-nav [class*=owl-]{
  color: white;
  background-color: rgba(255,255,255,0.8);
  font-size: 40px;
  width: 40px;
  height: 40px;
  margin: 0px;
  border-radius: 100px;
  transition: all ease 0.3s;
}

.news-section-1 .owl-theme .owl-nav [class*=owl-]:hover{
  background: white;
}

.news-section-1 .owl-theme .owl-nav [class*=owl-]:hover i{
  color: rgb(219,219,219);
}

.news-section-2 ul {
  font-size: 16px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.news-section-2 .text-box{
  margin: 50px 0px 50px;
  border: 2px solid #1cb7eb;
  padding: 0px 30px;
}

.news-section-2 .text-box .title{
  font-size: 24px;
  font-weight: 600;
  padding-bottom: 20px;
}

.news-section-2 h2{
  font-size: 24px;
  text-align: left;
  letter-spacing: 0px;
  text-transform: none;
  padding-top: 30px;
  margin-top: 0px;
}

.news-section-2 h3{
  font-size: 18px;
  text-align: left;
  letter-spacing: 0px;
  text-transform: none;
  padding-top: 30px;
}

.news-section-3{
  padding-bottom: 80px;
}

.news-section-3 h3{
  padding-bottom: 50px;
}

.news-section-3 h2{
  font-size: 14px;
  text-align: left;
  text-transform: none;
  letter-spacing: 0px;
  height: 60px;
  margin: 0px;
  padding: 0px;
}

.news-section-3 .img{
  width: 100%;
  height: 200px;
}

header.competencies{
  border-bottom: 10px solid rgb(219,219,219);
  height: 150px;
  position: relative;
}

.soft-section-1{
  color: inherit;
  padding: 80px 0px 0px;
}

.soft-section-1 .img{
  width: 100%;
  height: 600px;
}

.panel-heading{
  position: relative;
}

.icon.top.soft{
  position: absolute;
  left: 0px;
  top: 25px;
  height: 30px;
  width: 30px;
}

.icon.top.soft.big{
  position: relative;
  left: 0px;
  top: 10px;
  height: 40px;
  width: 40px;
  margin-bottom: 15px;
}

.soft-section-1 .panel-title{
  padding-left: 40px;
}

.soft-section-2{
  color: inherit;
  padding: 80px 0px;
}

.soft-section-3{
  color: inherit;
  padding: 80px 0px;
}

.soft-section-1 h1{
  color: inherit;
  text-align: center;
  font-size: 50px;
  letter-spacing: 3px;
  font-weight: 200;
  text-transform: uppercase;
}

.soft-section-1 h2{
  color: inherit;
  text-align: center;
  font-size: 40px;
  letter-spacing: 3px;
  font-weight: 200;
  text-transform: uppercase;
}

.soft-section-2 h2{
  color: inherit;
  text-align: center;
  font-size: 40px;
  letter-spacing: 3px;
  font-weight: 200;
  text-transform: uppercase;
}

.soft-section-3 h2{
  color: inherit;
  text-align: center;
  font-size: 40px;
  letter-spacing: 3px;
  font-weight: 200;
  text-transform: uppercase;
}

.soft-section-1 .line{
  margin-top: 30px;
  margin-bottom: 50px;
}

.soft-section-1 p{
  text-align: center;
}

.soft-section-1 .img{
  width: 100%;
  height: 680px;
  margin-top: 20px;
}

.soft-section-1 .button{
  margin: 0px auto;
  display: table;
  text-align: center;
  margin-top: 0px;
  margin-bottom: 30px;
}

.soft-section-1 .panel-group{
  margin-top: 40px;
}


.soft-section-1 .panel-group p{
  text-align: left;
}

.soft-section-1 .panel-title{
  color: #1cb7eb;
}

.soft-section-1 .slide .img {
  width: 100%;
  height: 600px;
}

.soft-section-1 .blue-section{
  background-color: #1cb7eb;
  margin-top: 50px;
  padding: 50px 0px;
  color: white;
  margin-bottom: 60px;
}

.soft-section-1 .blue-section p{
  text-align: left;
}

.soft-section-1 .blue-section .title{
  font-size: 20px;
  padding-bottom: 10px;
  color: white;
  font-weight: 600;
}

.soft-section-1 .blue-section .item{
  position: relative;
  padding-left: 20px;
}

.soft-section-1 .blue-section .item::before{
  position: absolute;
  left: 0px;
  top: 0px;
  color: white;
  font-size: 20px;
  content: "\f0da";
  font-family: FontAwesome;
}

.soft-section-2 h3{
  font-size: 30px;
  font-weight: 600;
  text-align: center;
}

.soft-section-2 h4{
  font-size: 24px;
  font-weight: 600;
  text-align: center;
}

.soft-section-2 .img{
  height: 70px;
  width: 70px;
  margin: 0px auto;
  margin-top: 50px;
  margin-bottom: 20px;
}

.soft-section-2 .text-box{
  border: 1px solid black;
  padding: 30px;
  margin-top: 50px;
}

.soft-section-2 .text-box.blue-out{
  border: 1px solid #1cb7eb;
}

.soft-section-2 .text-box h4{
  text-align: left;
}

.soft-section-2 .text-box .img{
  height: 700px;
  width: 100%;
}

.soft-section-2 .text-box.blue{
  background-color: #1cb7eb;
  color: white;
  border: none;
  margin-bottom: 50px;
}

.soft-section-2 .button{
  margin: 0px auto;
  display: table;
  text-align: center;
  margin-top: 50px;
}

.soft-section-3{
  padding: 80px 0px;
}

.soft-section-3 .img{
  height: 120px;
  width: 200px;
  margin: 0px auto;
  margin-top: 150px;
}

.soft-section-3 h4{
  text-align: center;
  font-size: 24px;
  letter-spacing: 2px;
  line-height: 2;
  padding-bottom: 60px;
}

.soft-section-3 p{
  text-align: center;
}

.soft-section-3 .button{
  text-align: center;
  margin: 0px auto;
  display: table;
  margin-top: 50px;
}

.soft-section-3 .text-box{
  border: 1px solid black;
  padding: 30px;
  margin-top: 80px;
}

.soft-section-3 .text-box p{
  text-align: left;
}

.soft-section-4 h3{
  margin-top: 50px;
  font-size: 40px;
  text-align: center;
}

.hard-section-1{
  padding-bottom: 0px;
}

header.hardware .item{
  height: 800px;
  width: 100%;
}

header.hardware .owl-prev {
    width: 15px;
    height: 100px;
    position: absolute;
    top: 45%;
    left: 30px;
    display: block !important;
    border:0px solid black;
}


header.hardware .owl-next {
    width: 15px;
    height: 100px;
    position: absolute;
    top: 45%;
    right: 30px;
    display: block !important;
    border:0px solid black;
}

header.hardware .owl-prev i, header.hardware .owl-next i {
  color: rgb(219,219,219);
  position: absolute;
  top: 0px;
  font-size: 40px;
  margin: 0px auto;
  left: 0px;
  right: 0px;
}

header.hardware .owl-theme .owl-nav [class*=owl-]{
  color: white;
  background-color: rgba(255,255,255,0.8);
  font-size: 40px;
  width: 40px;
  height: 40px;
  margin: 0px;
  border-radius: 100px;
  transition: all ease 0.3s;
}

header.hardware .owl-theme .owl-nav [class*=owl-]:hover{
  background: white;
}

header.hardware .owl-theme .owl-nav [class*=owl-]:hover i{
  color: rgb(219,219,219);
}

.soft-section-1 .padding-top{
  margin-top: 80px;
}

.hard-section-1 .title-box{
  text-align: center;
  margin-bottom: 50px;
}

.border-right{
  border-right: 1px solid black;
}

.hard-section-1 .title-box h3{
  font-size: 24px;
  color: #1cb7eb;
  letter-spacing: 2px;
}

.hard-section-1 .title-box h4{
  letter-spacing: 2px;
}

.hard-section-1 .kw-box{
  position: relative;
  padding-bottom: 20px;
  display: table;
  margin: 0px auto;
}

.hard-section-1 .kw-box p{
  font-size: 20px;
  font-weight: 600;
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding-top: 72px;
}

.hard-section-1 .kw-box .number{
  height: 180px;
  width: 180px;
  font-size: 40px;
  font-weight: 400;
  border-radius: 200px;
  background-color: #1cb7eb;
  color: white;
  padding: 40px;
  padding-left: 55px;
  margin: 0px 10px;
  display: inline-block;
  vertical-align: top;
}

#wpsm_counter_b_row_2520 .wpsm_counterbox{
  margin: 0px auto!important;
}

#wpsm_counter_b_row_2525 .wpsm_counterbox{
  margin: 0px auto!important;
}

#wpsm_counter_b_row_3487 .wpsm_counterbox{
  margin: 0px auto!important;
}

#wpsm_counter_b_row_2520 .wpsm_counterbox .wpsm_number{
  font-size: 48px!important;
  color: white!important;
  font-weight: 500!important;
  font-family: inherit!important;
}

#wpsm_counter_b_row_2525 .wpsm_counterbox .wpsm_number{
  font-size: 48px!important;
  color: white!important;
  font-weight: 500!important;
  font-family: inherit!important;
}

#wpsm_counter_b_row_3487 .wpsm_counterbox .wpsm_number{
  font-size: 48px!important;
  color: white!important;
  font-weight: 500!important;
  font-family: inherit!important;
}

.hard-section-1 .kw-box-3 .number{
  padding-left: 63px;
  font-size: 75px;
}

.wpsm_col-md-4.wpsm_col-sm-6{
  padding: 0px;
}

.hard-section-1 .kw-box-2 .number{
  height: 180px;
  width: 180px;
  font-size: 40px;
  font-weight: 400;
  border-radius: 200px;
  background-color: #1cb7eb;
  color: white;
  padding: 40px;
  margin: 0px 10px;
  display: inline-block;
  vertical-align: top;
}

.hard-section-1 .img{
  margin-top: 50px;
  width: 100%;
  height: 250px;
  cursor: pointer;
  transition: all ease 0.3s;
}

.hard-section-1 .img:hover{
  transform: scale(1.1);
}

.hard-section-2{
  padding: 0px 0px 0px;
}

.hard-section-2 .line{
  margin-bottom: 100px;
}

.hard-section-2 .item{
  padding: 20px 40px 20px 60px;
  position: relative;
  margin-left: 30px;
  margin: 0px auto;
  display: table;
}

.hard-section-2 .item p{
  color: #1cb7eb;
}

.hard-section-2 .padding-60{
  padding: 0px 60px;
}

.hard-section-2 .slider-item{
  margin-top: 80px;
}

.hard-section-2 .slider-item .item{
  height: 100%;
  width: 100%;
  padding: 0px;
  margin: 0px;
}

.hard-section-2 .slider-item .img{
  height: 150px;
  width: 100%;
  cursor: pointer;
  transition: all ease 0.3s;
}

.hard-section-2 .slider-item .img:hover{
  transform: scale(1.1);
}

.hard-section-2 .link-box{
  margin: 20px 0px;
  text-align: center;
  position: relative;
}

.hard-section-2 .link-box .icon{
  position: absolute;
  left: 80px;
  height: 20px;
  width: 20px;
  top: 0px;
}

.hard-section-2 .link-box a{
  padding-left: 40px;
}

.hard-section-3{
  padding: 80px 0px 80px;
}

.hard-section-3 .line{
  margin-bottom: 50px;
}

.hard-section-3 img{
  width: 100%;
  height: 800px;
  object-fit: cover;
}

.hard-section-3 .left p{
  text-align: left;
  font-size: 24px;
  font-weight: 600;
  color: black;
  padding-left: 50px;
  padding-bottom: 20px;
}

.hard-section-3 .right p{
  text-align: right;
  font-size: 24px;
  font-weight: 600;
  color: black;
  padding-right: 50px;
  padding-bottom: 20px;
}

.hard-section-4 .item{
  width: 100%;
  height: 800px;
}


.hard-section-4{
  padding-top: 0px;
}

.hard-section-5{
  padding-top: 40px;
}

.hard-section-5 .img{
  height: 800px;
}

.hard-section-5 .blue-box{
  background-color: #1cb7eb;
}

.hard-section-5 .blue-box .panel{
  background-color: transparent;
}

.hard-section-5 .blue-box .panel-title{
  color: white;
}

.hard-section-5 .blue-box .panel-group p{
  color: white;
}

.hard-section-5 .blue-box h3{
  color: white;
  font-size: 40px;
}

.hard-section-6 .img{
  height: 800px;
  background-position: bottom;
  margin-bottom: 50px;
}

.hard-section-6 p{
  text-align: left;
}

.hard-section-6 h3{
  font-weight: 700;
  padding-top: 50px;
  line-height: 1.8;
}

.hard-section-6 .button{
  margin-left: 0px;
}

.hard-section-6 .blue-box{
  padding: 0px 30px 120px;
  color: white;
  background-color: #1cb7eb;

}

header.home{
  height: 800px;
  position: relative;
  overflow: hidden;
}

header.home h1{
  padding-top: 400px;
  text-align: center;
  font-size: 40px;
  /*color: white;*/
  font-weight: 200;
}

header.home .line{
  margin-left: 0px;
  margin: 0px auto;
  background-color: rgb(219,219,219);;
}

header.home .line .box-1{
  background-color: rgb(219,219,219);;
}

header.home .line .box-2{
  background-color: rgb(219,219,219);;
}

header.home .line .box-3{
  background-color: rgb(219,219,219);;
}

.home-section-1{
  background-color: #1cb7eb;
  color: white;
  padding: 80px 0px 100px;
}

.home-section-1 h2{
  font-size: 45px;
  letter-spacing: 5px;
  font-weight: 200;
  color: white;
}

.home-section-1 .line{
  background-color: white;
}

.home-section-1 .line .box-1{
  background-color: white;
}

.home-section-1 .line .box-2{
  background-color: white;
}

.home-section-1 .line .box-3{
  background-color: white;
}

.home-section-2{
  padding: 80px 0px 0px;
}

.home-section-2 p{
  padding-bottom: 20px;
  font-weight: 400;
}

.home-section-2 h2{
  letter-spacing: 5px;
  font-weight: 200;
}

.home-section-2 .tab-menu{
  padding-top: 50px;
  margin: 0px auto;
  display: table;
  text-align: center;
  padding-bottom: 0px;
}

.home-section-2 .tab-menu .nav-pills{
  margin: 0px auto;
  display: table;
  text-align: center;
}

.home-section-2 .tab-menu .item{
  float: left;
  background-color: #eeeeee;
  padding: 10px 0px;
  font-size: 10px;
  border: 1px solid #d8d8d9;
  width: 190px;
}

.home-section-2 .tab-menu .item.active{
  background-color: #1cb7eb;
  color: white;
  border-color: #1cb7eb;
}

.home-section-2 .tab-pane .item{
  height: 658px;
  position: relative;
}

.home-section-2 .tab-pane .item .img{
  height: 658px;
  width: 100%;
}

.home-section-2 .tab-pane .text-box{
  position: absolute;
  left: 0px;
  bottom: 0px;
  background-color: rgba(83,177,255,0.8);
  padding: 30px;
  width: 350px;
  color: white;
  -webkit-box-shadow: 4px 0px 8px -4px rgba(0,0,0,0.15);
-moz-box-shadow: 4px 0px 8px -4px rgba(0,0,0,0.15);
box-shadow: 4px 0px 8px -4px rgba(0,0,0,0.15);
}

.home-section-2 .tab-pane .text-box ul{
  list-style: none;
  padding: 0px;
}

.home-section-2 .tab-pane .text-box ul li{
  padding-left: 20px;
  position: relative;
}

.home-section-2 .tab-pane .text-box ul li::before{
  content: "\f0da";
  font-family: FontAwesome;
  position: absolute;
  left: 0px;
}

.home-section-2 .tab-pane .hover-box{
  position: absolute;
}

.home-section-2 .tab-pane{
  border-bottom: 10px solid #54b5e6;
}

.home-section-2 .tab-pane .img{
  height: auto;
  background-position: left center;
  border-bottom: 10px solid #54b5e6;
}

.img-home-section{
  height: 800px;
  width: 100%;
  margin-top: 40px;
}

.img-home-section .item{
  height: 800px;
  width: 100%;
}

.home-section-3{
  padding: 80px 0px;
}

.home-section-3 h2{
  font-weight: 200;
}

.home-section-3 .text-box{
  padding: 50px 0px 0px;
}

.home-section-3 .item .text-box{
  padding: 10px 0px 0px;
}

.home-section-3 .text-box p{
  text-align: center;
}

.home-section-3 .slider{
  margin-top: 70px;
}

.home-section-3 .item{
  padding: 20px;
  background-color: #1cb7eb;
  color: white;
  height: 250px;
}

.home-section-3 .item .title{
  font-weight: 600;
  padding-bottom: 10px;
}

.home-section-3 .item li{
  padding-bottom: 5px;
}

.home-section-3 ul{
  list-style: none;
  padding: 0px;
}

.home-section-3 ul li{
  padding-left: 20px;
  position: relative;
}

.home-section-3 ul li::before{
  content: "\f0da";
  font-family: FontAwesome;
  position: absolute;
  left: 0px;
}

.home-section-4{
  padding: 0px 0px;
}

.home-section-4 .logo{
  height: 70px;
  width: 100%;
  margin-bottom: 20px;
}

.home-section-4 p{
  font-size: 14px;
}

.home-section-4 .button{
  background-color: #eb6865;
  margin: 0px auto;
  display: table;
  text-align: center;
  margin-top: 80px;
}

.home-section-4 .button .top{
  background-color: #eb6865;
}

.home-section-4 .button .bottom{
  background-color: #eb6865;
}


.home-section-4 .text-box{
  height: 350px;
  padding-bottom: 20px;
}

.home-section-4 h2{
  font-weight: 200;
}

.home-section-4 .slider{
  margin-top: 70px;
}

.home-section-5{
  padding: 80px 0px 0px;
}

.home-section-5 h2{
  font-weight: 200;
}

.home-section-5 p{
  text-align: center;
  padding-top: 50px;
}

.home-section-5 h3{
  text-align: center;
  font-weight: 200;
  font-size: 30px;
  padding-top: 50px;
  text-transform: uppercase;
  letter-spacing: 5px;
}

.home-section-5 .img{
  height: 500px;
  margin: 50px 0px 20px;
  position: relative;
}

.home-section-5 .button-line{
  height: 1px;
  background-color: grey;
  width: 100%;
}

.home-section-6{
  padding: 0px 0px 80px;
}

.button.red{
  background-color: #eb6865;
}

.button.red .top{
  background-color: #eb6865;
}

.button.red .bottom{
  background-color: #eb6865;
}

.button.white{
  background-color: white;
  color: #1cb7eb;
}

.button.white .top{
  background-color: white;
}

.button.white .bottom{
  background-color: white;
}

.home-section-6 .button{
  background-color: #eb6865;
  margin: 0px auto;
  display: table;
  text-align: center;
  margin-top: 30px;
}

.home-section-6 h3{
  text-align: center;
  font-weight: 200;
  font-size: 30px;
  padding-top: 50px;
  text-transform: uppercase;
  letter-spacing: 5px;
}

.home-section-6 .button .top{
  background-color: #eb6865;
}

.home-section-6 .button .bottom{
  background-color: #eb6865;
}

.center-lg{
  -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    display: flex;
}

.kontakt-section-1 .tab-menu{
  margin-bottom: 40px;
}

.kontakt-section-1 .table{
  display: table;
  margin: 0px auto;
  text-align: center;
}

.kontakt-section-1 .nav-pills .item{
  display: inline-block;
  padding: 0px 20px;
}

.kontakt-section-1 .nav-pills .item .tab{
  font-size: 24px;
}

.kontakt-section-1 .button{
  display: table;
  margin: 0px auto;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 50px;
}

.kontakt-section-1 .tab-pane .title{
  font-size: 24px;
  margin-bottom: 30px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  margin-top: 40px;
}

.kontakt-section-1 .tab-pane .item{
  padding: 20px 0px;
}

.kontakt-section-1 .tab-pane .item-2{
  padding: 20px 0px;
}

.kontakt-section-1 .tab-pane .item .img{
  width: 100%;
  height: 250px;
}

.kontakt-section-1 .tab-pane .item-2 .img{
  width: 100%;
  height: 250px;
}

.kontakt-section-1 .tab-pane .item .name{
  color: #1cb7eb;
  margin-top: 10px;
}

.tab-pane{
  display: none!important;
}

.tab-pane.active{
  display: block!important;
}

.comp-section-1{
  padding-bottom: 60px;
}

.comp-section-2{
  background-color: #54b5e6;
  color: white;
  padding: 80px 0px;
}

.comp-section-2 h2{
  font-weight: 200;
}

.comp-section-2 .line{
  margin-bottom: 40px;
  background-color: white;
}

.comp-section-2 .box-1, .comp-section-2 .box-2, .comp-section-2 .box-3{
  background-color: white;
}

.comp-section-2 .item{
  padding-top: 80px;
  padding-bottom: 120px;
}

.comp-section-2 .item .title{
  font-size: 20px;
  font-weight: 600;
  padding-bottom: 30px;
}

.comp-section-2 .item ul{
  padding: 0px;
  list-style: none;
}

.comp-section-2 .item li{
  padding-left: 20px;
  padding-bottom: 10px;
  position: relative;
}

.comp-section-2 .item li::after{
  content: "\f0da";
  font-family: FontAwesome;
  position: absolute;
  left: 0px;
  top: 0px;
}

.comp-section-2 .button{
  margin: 0px auto;
  text-align: center;
  display: table;
}

.comp-section-3 .button{
  margin-top: 80px;
}

.icon.top{
  margin: 0px auto;
  height: 80px;
  width: 80px;
  margin-bottom: 50px;
}

.icon.top.inline{
  display: inline-block;
  margin-right: 30px;
}

.comp-section-4{
  padding: 80px 0px;
  position: relative;
}

.comp-section-4 h2{
  font-weight: 200;
}

.comp-section-4 .line{
  margin-bottom: 40px;
}

.comp-section-4 img{
  text-align: center;
  width: 100%;
  object-fit: contain;
  margin: 0px auto;
}

.comp-section-4 .img{
  width: 100%;
  height: 750px;
}

.comp-section-4 .item{
  padding-top: 40px;
  padding-bottom: 40px;
}

.comp-section-4 .item .title{
  font-size: 20px;
  font-weight: 600;
  padding-bottom: 30px;
}

.comp-section-4 .item ul{
  padding: 0px;
  list-style: none;
}

.comp-section-4 .item li{
  padding-left: 20px;
  padding-bottom: 10px;
  position: relative;
}

.comp-section-4 .item li::after{
  content: "\f0da";
  font-family: FontAwesome;
  position: absolute;
  left: 0px;
  top: 0px;
}

.comp-section-4 .button{
  margin: 0px auto;
  text-align: center;
  display: table;
}

.comp-section-5{
  padding: 80px 0px 40px;
}

.comp-section-5 h2{
  font-weight: 200;
}

.comp-section-5 .line{
  margin-bottom: 40px;
}

.comp-section-5 .button{
  margin: 0px auto;
  display: table;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 50px;
}

.comp-section-5 .subtitle{
  font-size: 30px;
  font-weight: 600;
  color: #54b5e6;
  margin-top: 60px;
}

.comp-section-5 .img{
  height: 570px;
  width: 100%;
  margin-bottom: 50px;
}

.comp-section-5 .item{
  position: relative;
  height: 50px;
  margin-bottom: 30px;
}

.comp-section-5 .item .icon{
  position: absolute;
  left: 0px;
  top: 0px;
  height: 30px;
  width: 30px;
}

.comp-section-5 .item .text-box{
  padding-left: 50px;
}

.comp-section-5 .content-box{
  height: 150px;
}

.comp-section-5 .content-box p{
  font-size: 30px;
  line-height: 1.2;
}

.comp-section-5 .line-5{
  margin-bottom: 30px;
  margin-top: 20px;
  margin-left: 0px;
}

.comp-section-5 .title p{
  font-size: 24px;
  text-align: center;
  line-height: 1.2;
  letter-spacing: 2px;
  font-weight: 200;
  text-transform: uppercase;
  margin-top: 80px;
}

.press-section-1 h2{
  color: #1cb7eb;
  text-align: left;
  font-size: 30px;
  text-transform: none;
}


.press-section-2{
  padding: 80px 0px;
}

.press-section-2 h2{
  color: #1cb7eb;
  text-align: left;
  font-size: 30px;
  text-transform: none;
}

.press-section-2 .item{
  margin-bottom: 30px;
  position: relative;
}

.press-section-2 .item .icon{
  position: absolute;
  left: 0px;
  top: 0px;
  height: 30px;
  width: 30px;
}

.press-section-2 .item a{
  padding-left: 50px;
  line-height: 2.3;
}

.press-section-2 .img{
  height: 140px;
  width: 100%;
  margin-top: 50px;

}

.press-section-2 .text-box{
  display: table;
  margin: 0px auto;
  text-align: center;
}

.press-section-2 .text-box p{
  font-size: 12px;
  text-align: center;
  margin: 0px auto;
}

.press-section-2 .text-box p a:hover{
  color: #fd5d60;
}

.press-section-3 h2{
  color: #1cb7eb;
  text-align: left;
  font-size: 30px;
  text-transform: none;
}

.press-section-3 .item{
  border: 2px solid #1cb7eb;
  padding: 20px;
  position: relative;
  margin-bottom: 20px;
}

.press-section-3 .press-item{
  position: relative;
}

.press-section-3 .icon-box{
  right: -30px;
  position: absolute;
  top: 0px;
}

.press-section-3 .icon{
  height: 30px;
  width: 30px;
  margin-bottom: 30px;
}

.press-section-3 h3{
  text-align: left;
  font-size: 24px;
  text-transform: none;
  padding-bottom: 10px;
}

.press-section-3 p{
  font-size: 14px;
}

.press-section-3 .date{
  font-size: 14px;
}

.small-section-1{
  padding-bottom: 60px;
}

.small-section-1 h3{
  font-size: 16px;
  font-weight: 700;
  padding-bottom: 20px;
}

.small-section-1 p{
  font-size: 16px;
  color: #1cb7eb;
}

.small-section-1 .orange p{
  color: #f18628;
}

.small-section-1 .green p{
  color: #00b58a;
}

.small-section-2 h3{
  font-size: 16px;
  font-weight: 700;
  padding-bottom: 20px;
}

.small-section-2 p{
  font-size: 14px;
  line-height: 2;
}


.small-section-2 p.name{
  color: #1cb7eb;
}

.small-section-2 p.position{
}

.small-section-2 a{
  color: #1cb7eb;
  line-height: 2;
}

.small-section-2 .item{
  margin-bottom: 50px;
}


.small-section-2 .img{
  height: 150px;
  width: 150px;
  margin-bottom: 10px;
}

.small-section-3{
  padding-top: 40px;
}

.small-section-3 a{
  pointer-events: none;
}

footer{
  padding: 50px 0px 0px;
  background-color: #ededed;
}

footer h3{
  line-height: 1.4;
  font-weight: 200;
}

footer p{
  font-size: 12px;
}

footer p.title{
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  padding-bottom: 10px;
}

footer a{
  font-weight: 400;
  text-transform: uppercase;
  display: block;
  padding: 2px;
  font-size: 12px;
}

footer a:hover{
  color: #1cb7eb;
}

.press-section-main{
  padding-bottom: 100px;
}


footer a.inline{
  display: inline-block;
}

footer .icon{
  height: 30px;
  width: 30px;
  display: inline-block;
}

.bottom-footer{
  border-top: 1px solid grey;
  padding: 20px 0px;
  margin-top: 40px;
}

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

.home-section-2 .trigger{
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0px;
  left: 0px;
  pointer-events: none;
}

.home-section-2 .hover-box{
  position: absolute;
  height: 250px;
  width: 250px;
  background-color: rgba(255,255,255,0.8);
  top: 180px;
  right: 0px;
  left: 0px;
  margin: auto;
  opacity: 0;
  transition: all ease 0.3s;
  border-radius: 200px;
  border: 2px solid #1cb7eb;
}

.home-section-2 .hover-box.active{
  opacity: 1;
}

.home-section-2 .hover-box .img-2{
  height: 100%;
  width: 100%;
}

.home-section-2 .trigger-box{
  position: absolute;
  cursor: pointer;
  pointer-events: all;
}

#trigger-1-1{
  left: 577px;
  bottom: 108px;
  width: 85px;
  height: 70px;
}

#trigger-1-2{
  left: 977px;
  bottom: 158px;
  width: 85px;
  height: 70px;
}

#trigger-1-3{
  left: 777px;
  bottom: 408px;
  width: 85px;
  height: 70px;
}

#trigger-1-4{
  left: 287px;
  bottom: 408px;
  width: 85px;
  height: 70px;
}

#trigger-1-5{
  left: 247px;
  bottom: 308px;
  width: 85px;
  height: 70px;
}


.home-section-5 .hover-box{
  position: absolute;
  border: 5px solid white;
  background-color: #f3fbfe;
  opacity: 0;
  height: auto;
  padding: 10px;
  width: 250px;
  transition: all ease 0.3s;
  -webkit-box-shadow: 3px 6px 14px 0px rgba(0,0,0,0.25);
-moz-box-shadow: 3px 6px 14px 0px rgba(0,0,0,0.25);
box-shadow: 3px 6px 14px 0px rgba(0,0,0,0.25);
}

.home-section-5 .hover-box p{
  font-size: 12px;
  font-weight: 200;
  line-height: 1.4;
  text-align: left;
  padding: 0px;
}

.home-section-5 .hover-box.active{
  opacity: 1;
}

.home-section-5 .trigger-maps{
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0px;
  left: 0px;
  pointer-events: none;

}

.home-section-5 .trigger-maps-box{
  position: absolute;
  cursor: pointer;
  pointer-events: all;
}

#trigger-maps-1{
  left: 327px;
  bottom: 8px;
  width: 75px;
  height: 100px;
}

#hover-box-1{
  left: 377px;
  bottom: 110px;
}

#trigger-maps-2{
  left: 57px;
  bottom: 238px;
  width: 300px;
  height: 200px;
}

#hover-box-2{
  left: 357px;
  bottom: 310px;
}

#trigger-maps-3{
  left: 557px;
  bottom: 310px;
  width: 50px;
  height: 50px;
}

#hover-box-3{
  left: 597px;
  bottom: 310px;
}

#trigger-maps-4{
  left: 550px;
  bottom: 360px;
  width: 100px;
  height: 125px;
}

#hover-box-4{
  left: 597px;
  bottom: 410px;
}

#trigger-maps-5{
  left: 660px;
  bottom: 220px;
  width: 50px;
  height: 50px;
}

#hover-box-5{
  left: 720px;
  bottom: 210px;
}

#trigger-maps-6{
  left: 797px;
  bottom: 138px;
  width: 50px;
  height: 100px;
}

#hover-box-6{
  left: 657px;
  bottom: 210px;
}

#trigger-maps-7{
  left: 897px;
  bottom: 238px;
  width: 50px;
  height: 100px;
}

#hover-box-7{
  left: 657px;
  bottom: 310px;
}

.hd-search{
  color: #484848;
  display: inline-block;
  position: absolute;
  right: 0px;
  top: 30px;
  font-size: 20px;
  cursor: pointer;
}

.home .hd-search{
  color: white;
}

.navbar-shrink .hd-search{
  color: #484848;
}

.hd-search input{
  width: auto;
}

.hd-search form{
  position: absolute;
  opacity: 0;
  right: 0px;
  top: 30px;
  pointer-events: none;
}

.hd-search form.active{
  opacity: 1;
  pointer-events: all;
}

.search-section{
  padding: 200px 0px;
}

.search-page-title{
  font-weight: 700;
  font-size: 30px;
  position: relative;
  padding-bottom: 20px;
  color: #c8d3d9;
}

.search-page-title:after{
  content: "";
  height: 5px;
  width: 100%;
  position: absolute;
  bottom: 0px;
  font-weight: 700;
  background-color: #c8d3d9;
  left: 0px;
}

.search-page-title span{
  color: #1cb7eb;
}

.page-header{
  border: none;
}

.search-section .item{
  padding-top: 60px;
}

.search-section .item .title{
  font-size: 20px;
  font-weight: 700;
  transition: all ease 0.3s;
}

.search-section .item:hover .title{
  color: #1cb7eb;
}

.search-section .counter{
  color: #1cb7eb;
  font-weight: 700;
  font-size: 25px;
  padding-top: 60px;
}

header.page-header{
  height: auto;
}

.button-section-1{
  padding: 0px 0px 80px;
}

.customer-section-1 .panel-group{
  margin-bottom: 80px;
}

.twentytwenty-horizontal .twentytwenty-before-label:before{
  display: none;
}

.twentytwenty-horizontal .twentytwenty-after-label:before{
  display: none;
}

.contact-overlay{
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background-color: rgba(0,0,0,0.6);
  z-index: 2100;
  opacity: 0;
  pointer-events: none;
  transition: all ease 0.3s;
}

.contact-overlay.active{
  opacity: 1;
  pointer-events: all;
}

.contact-overlay .close-container{
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

.contact-overlay .content-container{
  position: absolute;
  right: 0px;
  top: 50px;
  width: 50%;
  padding: 50px;
  background-color: white;
}

.contact-overlay .content-container .content-box{
  max-width: 500px;
  position: relative;
}

.contact-overlay .content-container .text-box{
  color: black;
  background-color: transparent;
  padding: 10px;
  margin-bottom: 10px;
}

.contact-overlay .content-container .text-box p{
  line-height: 1.4;
  font-size: 14px;
}

.contact-overlay .content-container .tel-box{
  color: black;
  background-color: transparent;
  padding: 10px;
  margin-bottom: 10px;
}

.contact-overlay .content-container .tel-box p{
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
}

input, textarea{
  background-color: rgb(219,219,219);
  border: none;
  padding: 10px 10px;
  margin-bottom: 10px;
  width: 100%;
  max-height: 100px;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: none;
}

select {
  /* ... */
  box-shadow: none;
  border-radius: 0px;
  padding: 10px;
}



select {
  /* ... */
  outline: none;
  cursor: pointer;
}

select{
  width: 100%;
  text-transform: uppercase;
  padding: 10px;
  margin-bottom: 10px;
  background-color: rgb(219,219,219);
}

select::after {
    content: "\f0d7";
    font-family: FontAwesome;
    position: absolute;
    top: 5px;
    right: 15px;
}

input::placeholder, textarea::placeholder{
  text-transform: uppercase;
}

.contact-overlay .contact-box .no-gutter.left{
  padding-right: 5px;
}

.contact-overlay .contact-box .no-gutter.right{
  padding-left: 5px;
}

.contact-overlay input[type=checkbox], .contact-overlay input[type=radio]{
  display: inline-block;
  width: 30px;
  margin-bottom: 30px;
}

.contact-overlay .contact-box .item{
  width: 100%;
}

.contact-overlay .contact-box .item.half{
  width: 100%;
}

.contact-overlay .close-icon{
  position: absolute;
  cursor: pointer;
  right: 0px;
  font-size: 30px;
  top: 0px;

}

.contact-overlay .close-box-2{
  position: absolute;
  right: 50%;
  top: 300px;
  background-color: #eb6865;
  color: white;
  line-height: 1;
  padding: 10px;
  text-align: center;
  cursor: pointer;
}

.contact-overlay .close-box-2 p{
  color: white;
  line-height: 1.2;
  padding: 10px;
  text-transform: uppercase;
  text-align: center;
}

.menu-item-30 ul{
  width: 129px!important;
}

.menu-item-30 ul li{
  cursor: pointer;
}

.overlay-box{
  position: fixed;
  z-index: 2100;
  background-color: rgba(0,0,0,0.8);
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  transition: all ease 0.3s;
  opacity: 0;
  pointer-events: none;
}

.overlay-box.active{
  opacity: 1;
  pointer-events: all;
}

.overlay-box .close-box{
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
}

.overlay-box .content-box{
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  width: 1000px;
  height: 600px;
  margin: auto;
}

.overlay-box .content-box .img{
  width: 100%;
  height: 500px;
}

.overlay-box .content-box .video{
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  overflow: hidden;
}

.impressum{
  padding: 0px 0px 80px;
}

.get-touch{
  position: fixed;
  right: 0px;
  top: 20%;
  padding: 15px;
  background-color: #eb6865;
  z-index: 1000;
  cursor: pointer;
}

.get-touch i{
  font-size: 24px;
  color: white;
}

.kontakt-section-1 .item.first{
  padding: 20px 20px;
}

.kontakt-section-1 .item.first .img{
  width: 200px;
  height: 200px;
  margin: 0px auto;
}

.kontakt-section-1 .item.first .position{
  text-align: center;
}

.kontakt-section-1 .item.first .name{
  color: #1cb7eb;
  margin-top: 10px;
  text-align: center;
}

.slick-slider .slick-track, .slick-slider .slick-list{
  padding-bottom: 30px;
  height: auto;
}

.more{
  font-weight: 600;
  cursor: pointer;
  font-size: 18px;
  background-color: #1cb7eb;
  padding: 5px 10px;
  color: white;
  display: table;
  text-transform: uppercase;
}

.side-nav{
  position: fixed;
  left: 50px;
  top: 0px;
  bottom: 0px;
  margin: auto;
  height: 150px;
  width: 200px;
  z-index: 100;
  background-color: transparent;
  color: white;
}

.side-nav li{
  list-style: none;
  padding: 0px;
}

.side-nav .line{
  background-color: transparent;
  border: 1px solid black;
  border-radius: 15px;
  height: 15px;
  width: 15px;
  display: inline-block;
  vertical-align: middle;
  transition: all ease 0.3s;
}

.side-nav.active .line{

}

.side-nav li.active .line .point{
  height: 7px;
  width: 7px;
  background-color: black;
  border-radius: 7px;
  margin: 3px;
}

.side-nav li:hover .line .point{
  height: 7px;
  width: 7px;
  background-color: black;
  border-radius: 7px;
  margin: 3px
}

.side-nav p{
  color: black;
  display: inline-block;
  margin-top: 10px;
  font-size: 10px;
  text-transform: uppercase;
  opacity: 0;
  transition: all ease 0.3s;
}

.side-nav.active{
  color: black;
}

.side-nav.active p{
  color: black;
}

.side-nav li.active p{
  opacity: 1;
}

.side-nav li:hover p{
  opacity: 1;
}

.side-nav a{
  display: block;
}

#wpsm_counter_b_row_2520 .wpsm_counterbox .wpsm_count-icon{
  display: none!important;
}

#wpsm_counter_b_row_2520 .wpsm_counterbox .wpsm_count-title{
  display: none!important;
}

#wpsm_counter_b_row_2525 .wpsm_counterbox .wpsm_count-icon{
  display: none!important;
}

#wpsm_counter_b_row_2525 .wpsm_counterbox .wpsm_count-title{
  display: none!important;
}

#wpsm_counter_b_row_3487 .wpsm_counterbox .wpsm_count-icon{
  display: none!important;
}

#wpsm_counter_b_row_3487 .wpsm_counterbox .wpsm_count-title{
  display: none!important;
}

.get-touch-2{
  cursor: pointer;
}

.owl-theme.milestones .owl-stage{
  height: 400px!important;
  overflow: hidden;
  transition: all ease 0.3s;
}

.owl-theme.milestones .owl-stage.active{
  height: auto!important;
}

.owl-theme.awards .owl-stage{
  height: 400px!important;
  overflow: hidden;
  transition: all ease 0.3s;
}

.owl-theme.awards .owl-stage.active{
  height: auto!important;
}

.twentytwenty-overlay:hover{
  background: rgba(0,0,0,0)!important;
}

.overlay-close-button{
  pointer-events: none;
  position: absolute;
  right: -100px;
  top: -40px;
  font-size: 40px;
  color: white;
}

.item.half.block.arrow{
  position: relative;
}

.item.half.block.arrow:after{
  content: "\f0d7";
  font-family: FontAwesome;
  font-size: 14px;
  margin-right: 20px;
  margin-top: 10px;
  position: absolute;
  right: 0px;
  top: 0px;
}

.item.full.terms{
  font-size: 12px;
}

.item.full.terms a{
  font-size: 12px;
  font-weight: 600;
}

div.wpcf7-response-output{
  position: absolute;
  top: 40px;
  right: -5px;
  width: 50%;
  left: auto;
}

.wpcf7-not-valid{
  border: 1px solid red;
}

.impressum .tab{
  display: inline-table;
  margin: 0px 10px 30px;
}

.impressum .tab:hover{
  color: #1cb7eb;
}

p.redirect-site{
  font-size: 24px;
  text-align: center;
  padding: 250px 0px 100px;
}

.button.redirect{
  display: table;
  margin: 0px auto;
  text-align: center;
  margin-bottom: 100px;
}

.newsletter label{
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  padding-bottom: 10px;
  width: 100%;
}

.newsletter input{
  width: calc(100% - 100px);
  display: inline-block;
  vertical-align: top;
  margin-bottom: 30px;
}


.newsletter input.submit-newsletter{
  width: 90px;
  display: inline-block;
  vertical-align: top;
}

div.wpcf7 .wpcf7-submit{
  background-color: #eb6865;
  color: white;
}


div.wpcf7 .wpcf7-submit:disabled{
  background-color: rgb(219,219,219);
  color: black;
}
