/*!
 * 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: #484e62;
  font-family: 'Open Sans', sans-serif;
 }

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

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

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

 h1{
   font-size: 47px;
   line-height: 2;
   font-weight: 300;
   position: relative;
   color: white;
   text-transform: uppercase;
 }

h2{
  font-size: 40px;
  line-height: 2;
  font-weight: 300;
  position: relative;
  color: #fe6100;
  margin-bottom: 0px;
}

h3{
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
  position: relative;
  display: table;
  color: #fe6100;
}

h3::after{
  content:"";
  background: #fe6100;
  display: block;
  height: 1px;
  position: relative;
  margin-top: -30px;
  left: 0px;
}

h5{
  font-size: 16px;
  font-weight: 400;
  color: white;
  cursor: pointer;
}

h5:hover{
  color: #fe6100;
}

.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;
 }

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

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

li{
   font-size: 16px;
   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;
 }

 .nav .open>a, .nav .open>a:focus, .nav .open>a:hover{
   border-bottom: 3px solid transparent;
 }

 .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 0px;
  border: none;
  font-weight: 600;
  background-color: transparent;
  font-size: 14px;
  position: relative;
  border-radius: 0px;
  margin: 0px auto;
  font-size: 13px;
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active{
  color: white;
  background-color: transparent;
}

.btn-info:hover:after ,
.btn-info:focus:after,
.btn-info:active:after{
  right: 5px;
}

.btn-info::after{
  content:"\f054";
  font-family: FontAwesome;
  display: block;
  font-size: 13px;
  text-align: center;
  right: 13px;
  position: absolute;
  color: #fe6100;
  top: 6px;
  transition: all 0.2s ease;
}

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

.navbar-default .navbar-toggle{
  border: none;
  margin-top: 20px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

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

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

.navbar-default .arrow-down{
  display: none;
}

.navbar-nav>li>.dropdown-menu{
  border-radius: 3px;
  overflow: hidden;
  background-color: rgba(255,255,255,1);
  -webkit-box-shadow: -1px 0px 37px 0px rgba(0,0,0,0.35);
-moz-box-shadow: -1px 0px 37px 0px rgba(0,0,0,0.35);
box-shadow: -1px 0px 37px 0px rgba(0,0,0,0.35);
}

.dropdown-menu{
  padding: 0px;
  margin-top: 10px;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu .dropdown-menu {
    width: 100%;
    box-shadow: none;
    border: none;
    position: relative;
    border-radius: 0px;
    margin-top: 0px;
    background-color: #f2f1f1;
}

.dropdown-menu .dropdown-menu a{
  font-size: 14px!important;
  padding-left: 40px!important;
}

.dropdown-menu>li{
  padding: 0px;
}

.navbar-default .dropdown-menu a{
  padding: 15px 30px;
  font-size: 17px;
  font-weight: 300;
}

.navbar-default .dropdown-menu a:hover{
  background-color: #484e62;
  color: white;
}

.dropdown-submenu .dropdown-menu>li>a:focus, .dropdown-submenu .dropdown-menu>li>a:hover{
  background-color: #484e62;
  color: white;
}

.navbar-default .dropdown-submenu .dropdown-menu li:hover{
  background-color: #484e62;
  color: white;
}

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

.navbar-default.navbar-shrink{
  margin-top: 0px;
  background-color: #f0f0f0;
  height: 60px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

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

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

.navbar-brand .img{
  height: 75px;
  width: 352px;
  background-image: url(icons/logo.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.navbar-shrink .navbar-brand .img{
  height: 37px;
  margin-top: 6px;
  width: 300px;
  background-image: url(icons/logo-black.png);
}

.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: #fe6100;
}

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

.navbar-brand{
  padding: 0px;
  height: 70px;
  -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: 30px 20px 5px!important;
  font-size: 17px;
  margin: 0px 5px 7px!important;
  border-bottom: 3px solid transparent;
}

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

.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: 400;
  color: #fe6100;
  padding-bottom: 5px;
  margin-bottom: 7px;
  font-size: 17px;
}

.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 .navbar-nav>li.menu-item-wpml-ls-7-en a{
  padding-right: 10px!important;
  margin-right: 0px!important;
  position: relative;
}

.navbar-default .navbar-nav>li.menu-item-wpml-ls-7-en a::after{
  content: "";
  position: absolute;
  right: 0px;
  height: 20px;
  background-color: white;
  top: 30px;
  width: 1px;
}

.navbar-default .navbar-nav>li.menu-item-wpml-ls-7-de a{
  padding-left: 5px!important;
  margin-left: 0px!important;
}

.navbar-default.navbar-shrink .navbar-nav>li.menu-item-wpml-ls-7-en a{
  padding-left: 80px!important;
}

.navbar-default.navbar-shrink .navbar-nav>li.menu-item-wpml-ls-7-en a::after{
  background-color: black;
  top: 20px;
}

.navbar-default.navbar-shrink .navbar-nav>li.menu-item-wpml-ls-7-de a{

}

.home{
  background-color: #eeeeee;
}

header{
  -webkit-box-shadow: 0px 9px 41px -6px rgba(0,0,0,0.7);
-moz-box-shadow: 0px 9px 41px -6px rgba(0,0,0,0.7);
box-shadow: 0px 9px 41px -6px rgba(0,0,0,0.7);
}

.tp-caption{
  text-shadow: 1px 1px 5px white!important;
}

.tp-bullets{
  margin-left: 12%;
}

.ares .tp-bullet:hover, .ares .tp-bullet.selected{
  -webkit-box-shadow: 0px 0px 20px white!important;
-moz-box-shadow: 0px 0px 20px white!important;
  box-shadow: 0px 0px 20px white!important;
}

section{
  padding: 60px 0px 80px;
}

.product-section-1 p{
  font-size: 16px;
}

.home-section-1 .content-box{
  height: 560px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 30px 20px;
  margin-top: 40px;
  border-radius: 3px;
  border: 1px solid transparent;
  transition: 0.3s;
}

.home-section-1 .content-box:hover{
  cursor: pointer;
  border: 1px solid #fe6100;
  -webkit-box-shadow: 1px 1px 70px -1px rgba(0,0,0,0.4);
-moz-box-shadow: 1px 1px 70px -1px rgba(0,0,0,0.4);
box-shadow: 1px 1px 70px -1px rgba(0,0,0,0.4);
}

.home-section-1 .content-box p{
  color: white;
  font-size: 16px;
  padding-top: 20px;
}

.home-section-1 .content-box .btn{
  color: #fe6100;
  margin-top: 20px;
}

.home-section-2{
  background-position: center;
  background-size: cover;
  -webkit-box-shadow: 0px 9px 41px -6px rgba(0,0,0,0.4);
-moz-box-shadow: 0px 9px 41px -6px rgba(0,0,0,0.4);
box-shadow: 0px 9px 41px -6px rgba(0,0,0,0.4);
}

.home-section-2 h2{
  margin-top: 10px;
  padding-bottom: 20px;
}

.home-section-3 h2{
  padding-bottom: 40px;
}

.home-section-3 .content-box{
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 300px;
  padding: 0px;
  margin: 1px;
  width: calc(50% - 2px);
  overflow: hidden;
  border-radius: 3px;
}

.home-section-3 .content-box.pic1{
  width: calc(100% - 2px);
}

.home-section-3 .content-box .text-box-prev{
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  height: 0;
  width: 352px;
    border-right: 70px solid transparent;
    border-bottom: 300px solid rgba(60,88,111,0.9);
    transition: all ease 0.3s;
}


.home-section-3 .content-box .text-box-prev .title{
  font-weight: 600;
  color: white;
  font-size: 20px;
  padding: 30px 30px 0px;
  display: table;
  position: relative;
  width: 300px;
}

.home-section-3 .content-box .text-box-prev .text{
  padding: 30px 30px 10px;
  width: 500px;
  opacity: 0;
  color: #484e62;
}

.home-section-3 .content-box .text-box-prev .btn{
  margin-left: 30px;
  opacity: 0;
  color: #484e62;
}

.home-section-3 .content-box .text-box-prev .title::before{
  content:"";
  background: #fe6100;
  display: block;
  height: 5px;
  width: 150px;
  position: absolute;
  top: 0px;
  left: 30px;
}

.home-section-3 .content-box .text-box-prev:hover{
  background-size: contain;
  background-position: left top;
  background-repeat: no-repeat;
  height: 100%;
  width: 571px;
  cursor: pointer;
  border-bottom: 300px solid rgba(255,255,255,0.9);
}

.home-section-3 .content-box .text-box-prev:hover .title{
  color: #484e62;
  width: 100%;
}

.home-section-3 .content-box .text-box-prev:hover .text{
  transition: 1s;
  opacity: 1;
}

.home-section-3 .content-box .text-box-prev:hover .btn{
  opacity: 1;
  transition: 1s;
}

.home-section-4{
  background-image:linear-gradient(135deg, #783e56 5%, #4c4d61 60%, #4981a2);
  padding: 0px;
  position: relative;
}

.home-section-4 .white-back{
  background-color: white;
  position: absolute;
  top: 0px;
  right: 0px;
  width: 50%;
  bottom: 0px;
}

.home-section-4 .content-container{
background-color: white;
height: 1000px;
margin: 0px -15px;
padding: 0px 30px;
overflow: hidden;
}

.home-section-4 .content-container-1{
background-color: transparent;
}

.home-section-4 .content-container h2{
  margin-top: 0px;
  padding-top: 50px;
}

.home-section-4 .content-container-1 h2{
  color: white;
}

.home-section-4 p.title{
  font-weight: 600;
}

.home-section-4 .content-container-3 h2{
  color: #484e62;
}

.home-section-4 .content-container-1 p{
  color: white;
}

.home-section-4 .date-box{
 width: 70px;
 display: inline-block;
 vertical-align: top;
  padding-top: 30px;
}

.home-section-4 .text-box{
 width: calc(100% - 80px);
 display: inline-block;
 vertical-align: top;
  padding-top: 30px;
}

.home-section-4 .text-box .text{
 font-size: 16px;
}

.home-section-4 .text-box.jobs{
 width: 100%;
  padding-top: 30px;
}

.home-section-4 .date-box .day{
 font-size: 40px;
 font-weight: 300;
 color: white;
 line-height: 1;
}

.home-section-4 .date-box .day.black{
 color: inherit;
}

.home-section-4 .date-box .day.orange{
 color: #fe6100;
}

.home-section-4 .date-box .date{
 font-size: 15px;
 font-weight: 300;
 color: white;
 line-height: 1;
}

.home-section-4 .date-box .date.black{
 color: inherit;
}

.home-section-4 .date-box .date.orange{
 color: #fe6100;
}

.home-section-4 .button-box{
 background-color: white;
 padding: 30px 0px;
 margin: 0px -15px;
}

.home-section-4 .button-box.first{
  background-color: transparent;
}

.home-section-4 .button-box button{
 padding: 15px 0px;
 width: 185px;
 font-weight: 600;
 font-size: 13px;
 margin-left: 110px;
 background-color: white;
 border: none;
 border: 2px solid #484e62;
 border-radius: 1px;
 transition: all 0.3s;
}

.home-section-4 .button-box button:hover{
  -webkit-box-shadow: -1px 0px 37px 0px rgba(0,0,0,0.35);
-moz-box-shadow: -1px 0px 37px 0px rgba(0,0,0,0.35);
box-shadow: -1px 0px 37px 0px rgba(0,0,0,0.35);
background-color: #484e62;
color: white;
}

.home-section-4 .button-box.first button:hover{
background-color: white;
color: inherit;
}

.home-section-4 .button-box.last button{
 margin-left: 30px;
}

.standard-header{
  height: 390px;
  width: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(img/solution-header.jpg);
}

.standard-header h1{
  padding-top: 160px;
}

.solution-section-1 h2{
  color: #484e62;
}

.solution-section-1 p{
  color: #484e62;
  font-size: 16px;
  padding-top: 30px;
}

.solution-section-2 {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 850px;
  padding: 50px 0px;
}

.panel-group .panel{
  border-radius: 0px;
  border: 0px;
}

.panel-default>.panel-heading{
  border-radius: 0px;
  background-color: rgba(0,0,0,0.9);
  border: 0px;
  color: #fe6100;
  padding: 0px;
}

.panel-title{
  line-height: 1.6;
  padding: 10px 20px;
  font-size: 17px;
  border-left: 2px solid #fe6100;
}

.panel-title>.small, .panel-title>.small>a, .panel-title>a, .panel-title>small, .panel-title>small>a{
  width: 100%;
  font-size: 17px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: white;
}



.panel-default>.panel-heading.active{
  background-color: #fe6100;
  color: white;
}

.solution-section-2 .panel-body{
  height: 200px;
  width: 100%;
  border: none;
  cursor: pointer;
  overflow: hidden;
  padding: 0px;
}

.solution-section-2 .img{
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 100%;
  width: 100%;
  cursor: pointer;
}

.solution-section-2 .img:hover{
  -moz-transform: scale3d(1.1, 1.1, 1.1);
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}

.solution-section-2 .panel-group .panel-heading+.panel-collapse>.list-group, .panel-group .panel-heading+.panel-collapse>.panel-body{
  border: none;
  border-left: 2px solid #fe6100;
}

.solution-section-2 .tab-icon{
  width: 15px;
  height: 15px;
  border-radius: 15px;
  background-color: rgba(254, 97, 0, 0.4);
  position: absolute;
  cursor: pointer;
}

.solution-section-2 .tab-icon.active{
  transition: 0.3s;
  background-color: #fe6100;
  box-shadow: 0px 0px 0px 15px rgba(254, 97, 0, 0.3);
}

#pointer-1{
  top: 240px;
  left: 450px;
}

#pointer-2{
  top: 280px;
  left: 250px;
}

#pointer-3{
  top: 100px;
  left: 680px;
}

#pointer-4{
  top: 430px;
  left: 180px;
}

#pointer-5{
  top: 200px;
  left: 640px;
}

#pointer-6{
  top: 120px;
  left: 490px;
}

.product-section-1 h2{
  color: inherit;
  line-height: 1.2;
  padding-bottom: 50px;
}

.product-section-2{
  background-position: center;
  background-size: cover;
  padding: 50px 0px;
}

.product-section-2 .container{
  position: relative;
}

.product-section-2 .panel-body{
  height: 200px;
  width: 100%;
  border: none;
  overflow: scroll;
  padding: 0px;
  border-left: 2px solid #fe6100!important;
}

.product-section-2 .panel-body p{
  padding: 20px 20px 0px;
  font-size: 15px;
}

.product-section-2 .tabs{
  position: absolute;
  right: 0px;
  bottom: 20px;
  padding: 0px;

}

.product-section-2 .tab-icon{
  display: inline-block;
  width: 130px;
  height: 130px;
  border-radius: 130px;
  background-color: rgba(0,0,0,0.8);
  overflow: hidden;
  margin: 0px 5px;
  cursor: pointer;
}

.product-section-2 .tab-icon:hover,
.product-section-2 .tab-icon.active
{
  transition: 0.3s;
  background-color: #fe6100;
}

.product-section-2 .tab-icon .icon{
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 100%;
  width: 100%;
  opacity: 0.5;
}

.product-section-2 .btn{
  color: #fe6100;
  margin: 0px 20px 20px;
}

.product-section-2 .tab-icon:hover .icon,
.product-section-2 .tab-icon.active .icon{
  transition: 0.3s;
  opacity: 0.9;
}

.partner-section-1 h2{
 color: inherit;
}

.partner-section-2{
 background-image:linear-gradient(135deg, #783e56 5%, #4c4d61 60%, #4981a2);
 background-size: cover;
 background-repeat: no-repeat;
 background-position: center;
}

.partner-section-2 .content-box{
  background-image:linear-gradient(to bottom, rgba(0,0,0,0.2) 0.1%, transparent 20%);
 border-top: 1px solid #fe6100;
 padding: 0px 20px 100px;
}

.partner-section-2 .title{
 color: #fe6100;
 font-size: 30px;
 font-weight: 300;
 padding-top: 50px;
 line-height: 1.2;
}

.partner-section-2 .logo-box{
 position: absolute;
 height: 50px;
 width: 135px;
 background-color: white;
 right: 20px;
 top: -25px;
 border-top: 1px solid #fe6100;
}

.partner-section-2 .subtitle{
 color: white;
 font-size: 16px;
 font-weight: 600;
}

.partner-section-2 .text{
 color: white;
 font-size: 16px;
 height: 240px;
 font-weight: 400;
}

.partner-section-2 .text p{
 color: white;
 font-size: 16px;
 height: 240px;
 font-weight: 400;
 line-height: 1.8;
}

.partner-section-2 .membership .text{
 color: white;
 font-size: 16px;
 height: 100px;
 font-weight: 400;
}

.partner-section-2 .membership .text p{
 color: white;
 font-size: 16px;
 font-weight: 400;
}

.partner-section-2 .logo{
 width: 135px;
 height: 50px;
 background-size: contain;
 background-position: center;
 background-repeat: no-repeat;
}

.jobs-section-1 h2{
 color: inherit;
}

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

.jobs-section-2 h2{
 line-height: 1;
 padding-bottom: 50px;
}

.jobs-section-2{
 background-image:linear-gradient(135deg, #783e56 5%, #4c4d61 60%, #4981a2);
 background-size: cover;
 background-repeat: no-repeat;
 background-position: center;
}

.jobs-section-2 .content-box{
  background-image:linear-gradient(to bottom, rgba(0,0,0,0.2) 0.1%, transparent 20%);
 border-top: 1px solid #fe6100;
 padding: 0px 20px 100px;
}

.jobs-section-2 .title{
 color: #fe6100;
 font-size: 30px;
 height: 125px;
 font-weight: 300;
 padding-top: 50px;
 line-height: 1.2;
}

.jobs-section-2 .subtitle{
 color: white;
 font-size: 16px;
 font-weight: 600;
}

.jobs-section-2 .text{
 color: white;
 font-size: 16px;
 font-weight: 400;
 padding-bottom: 20px;
 height: 180px;
}

.news-section-1 h2{
 color: inherit;
}

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

.news-section-2 h2{
 line-height: 1;
 padding-bottom: 50px;
}

.news-section-2{
 background-image:linear-gradient(135deg, #783e56 5%, #4c4d61 60%, #4981a2);
 background-size: cover;
 background-repeat: no-repeat;
 background-position: center;
}

.news-section-2 .content-box{
  background-image:linear-gradient(to bottom, rgba(0,0,0,0.2) 0.1%, transparent 20%);
 border-top: 1px solid #fe6100;
 padding: 0px 20px 100px;
 height: 400px;
}

.news-section-2 .title{
 color: #fe6100;
 font-size: 20px;
 font-weight: 600;
 line-height: 1.2;
}

.news-section-2 .subtitle{
 color: white;
 font-size: 16px;
 font-weight: 600;
}

.news-section-2 .text{
 color: white;
 font-size: 16px;
 font-weight: 400;
 padding-bottom: 20px;
}

.news-section-2 .date-box{
 width: 70px;
 display: inline-block;
 vertical-align: top;
  padding-top: 50px;
}

.news-section-2 .text-box{
 width: calc(100% - 80px);
 display: inline-block;
 vertical-align: top;
  padding-top: 50px;
}

.news-section-2 .date-box .day{
 font-size: 40px;
 font-weight: 300;
 color: #fe6100;
 line-height: 1;
}

.news-section-2 .date-box .date{
 font-size: 15px;
 font-weight: 300;
 color: #fe6100;
 line-height: 1;
}

.termin-section-1 h2{
 color: inherit;
}

.termin-section-2 h2{
 line-height: 1;
 padding-bottom: 50px;
}

.termin-section-2{
 background-image:linear-gradient(135deg, #783e56 5%, #4c4d61 60%, #4981a2);
 background-size: cover;
 background-repeat: no-repeat;
 background-position: center;
}

.termin-section-2 .content-box{
  background-image:linear-gradient(to bottom, rgba(0,0,0,0.2) 0.1%, transparent 20%);
 border-top: 1px solid #fe6100;
 padding: 0px 20px 100px;
}

.termin-section-2 .title{
 color: #fe6100;
 font-size: 20px;
 font-weight: 600;
 line-height: 1.2;
}

.termin-section-2 .subtitle{
 color: white;
 font-size: 16px;
 font-weight: 600;
}

.termin-section-2 .text{
 color: white;
 font-size: 16px;
 font-weight: 400;
 padding-bottom: 20px;
}

.termin-section-2 .date-box{
 width: 70px;
 display: inline-block;
 vertical-align: top;
  padding-top: 50px;
}

.termin-section-2 .text-box{
 width: calc(100% - 80px);
 display: inline-block;
 vertical-align: top;
  padding-top: 50px;
}

.termin-section-2 .date-box .day{
 font-size: 40px;
 font-weight: 300;
 color: #fe6100;
 line-height: 1;
}

.termin-section-2 .date-box .date{
 font-size: 15px;
 font-weight: 300;
 color: #fe6100;
 line-height: 1;
}

.job-detail-section-1 h2{
  color: inherit;
}

.job-detail-section-1 .subline{
  font-size: 14px;
  font-weight: 600;
  padding-bottom: 10px;
}

.job-detail-section-1 .text{
  font-size: 16px;
  font-weight: 400;
}

.job-detail-section-1 .text.first{
  padding-bottom: 20px;
}

.job-detail-section-1 .subtitle{
  font-size: 16px;
  font-weight: 600;
  padding: 10px 0px 0px;
}

.job-detail-section-1 ul{
  margin: 0px 0px 30px;
  list-style: none;
}

.job-detail-section-1 li{
  padding: 0px;
  margin: 0px;
  padding-bottom: 10px;
}

.job-detail-section-1 li .text{
  display: inline;
}

.job-detail-section-1 li:before {
  content: "\f0da"; /* FontAwesome Unicode */
  font-family: FontAwesome;
  display: inline-block;
  margin-left: -1.3em; /* same as padding-left set on li */
  width: 1.3em; /* same as padding-left set on li */
}

.job-detail-section-1 .download-box{
  padding: 20px 0px 40px;
}

.job-detail-section-1 .download-box i{
  font-size: 30px;
  display: inline-block;
  vertical-align: top;
}

.job-detail-section-1 .download-box p{
  font-size: 16px;
  display: inline-block;
  vertical-align: top;
  line-height: 2.2;
  padding-left: 10px;
  font-weight: 400;
  text-decoration: underline;
}

.job-detail-section-1 p.title{
  font-size: 25px;
  color: #fe6100;
  font-weight: 600;
}

.job-detail-section-1 .contact-box{
  padding-top: 30px;
  padding-bottom: 30px;
}

.job-detail-section-1 .contact-box p.name{
  font-weight: 600;
}

.job-detail-section-1 .contact-box p.text{
  width: 100px;
  display: inline-block;
}

.btn-job{
  background-color: #fe6100;
  color: white;
  font-size: 13px;
  font-weight: 400;
  padding: 15px 10px;
  border: 2px solid #fe6100;
  border-radius: 0px;
  transition: all 0.3s;
  display: block;
  width: 180px;
  margin-bottom: 20px;
}

.btn-job:hover{
  background-color: #fe6100;
  -webkit-box-shadow: -1px 0px 37px 0px rgba(0,0,0,0.35);
-moz-box-shadow: -1px 0px 37px 0px rgba(0,0,0,0.35);
box-shadow: -1px 0px 37px 0px rgba(0,0,0,0.35);
}

.btn-back{
  background-color: white;
  color: #a3a3a3;
  font-size: 13px;
  font-weight: 400;
  padding: 15px 10px!important;
  border: 2px solid #a3a3a3;
  border-radius: 0px;
  transition: all 0.3s;
  width: 180px;
}

.btn-back i{
  margin-left: -10px;
  margin-right: 10px;
}

.btn-back:hover{
  background-color: #a3a3a3;
  color: white;
  font-weight: 400;
  border: 2px solid #a3a3a3;
  border-radius: 0px;
  transition: all 0.3s;
}

.btn-back i:hover{
  color: white;
}

.btn-back.news{
  margin-bottom: 40px;
}

.content-detail-section-1 .date-box{
  display: inline-block;
  vertical-align: top;
  width: 100px;
}

.content-detail-section-1 .date-box .day{
  font-size: 65px;
  color: #fe6100;
  line-height: 0.7;
}

.content-detail-section-1 .date-box .date{
  font-size: 24px;
  color: #fe6100;
  line-height: 1.2;
  text-align: left;
}

.content-detail-section-1 .text-box{
  display: inline-block;
  vertical-align: top;
  border-left: 1px solid #fe6100;
  width: calc(100% - 150px);
  padding: 0px 30px;
}

.content-detail-section-1 h2{
  line-height: 1.2;
  margin: 0px;
  margin-top: -10px;
  margin-bottom: 50px;
}

.content-detail-section-1 p.text{
  font-size: 16px;
  margin: 0px;
}

.content-detail-section-2{
  padding: 50px 0px;
}

.content-detail-section-2 h2{
  line-height: 1.2;
  color: inherit;
  font-size: 25px;
  font-weight: 400;
  margin: 0px;
  margin-top: -5px;
  margin-bottom: 30px;
}

.content-detail-section-2 .img{
  padding: 20px 0px;
  height: 400px;
  margin: 0px 0px 30px;
  width: calc(50% - 15px);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(img/cockpit-controller-2.jpg);
}

.content-detail-section-2 .img.right{
  margin-left: 30px;
}

.content-detail-section-2 .img.left{
  margin-right: 30px;
}

.bewerben-section-1{
  padding-bottom: 30px;
}

.bewerben-section-1 h2{
  color: inherit;
  padding-bottom: 30px;
}

.bewerben-section-1 p.name{
  padding-top: 40px;
  font-weight: 600;
}

.bewerben-section-1 p.title{
  display: inline-block;
  vertical-align: top;
  font-weight: 400;
  width: 100px;
}

.bewerben-section-1 p.text{
  display: inline-block;
  vertical-align: top;
  font-weight: 400;
}

.bewerben-section-2{
  padding: 0px 0px 50px;
}

.form-control{
  font-size: 14px;
  margin: 10px 0px 10px -15px;
  border-radius: 2px;
  padding: 25px 15px;
  border-color: #484e62;
  width: 100%;
}

.form-group{
  margin-right: -15px;
}

textarea.form-control{
  height: 254px;
  padding-top: 15px;
}

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

.bewerben-section-2 .advice{
  padding: 20px 0px 20px;
  color: #bebebf;
  font-size: 14px;
}

.bewerben-section-2 .advice-box{
  background-color: #f6f6f7;
  margin-bottom: 30px;
}


.bewerben-section-2 .advice-box .icon-box{
  background-color: #484e62;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

.bewerben-section-2 .advice-box .icon-box .icon{
  width: 18px;
  height: 17px;
  background-image: url(icons/attention.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  margin: 50px 30px;
}

.bewerben-section-2 .advice-box .arrow{
  background-color: #484e62;
  position: absolute;
  right: -5px;
  top: 0px;
  bottom: 0px;
  margin: auto;
  height: 10px;
  width: 10px;
  transform: rotateZ(45deg);
}

.bewerben-section-2 .advice-box .text-box{
  padding: 20px 0px 20px 40px;
  vertical-align: middle;
  display: inline-block;
  font-size: 17px;
  width: calc(100% - 100px);
}


.inputfile{
  display: none;
}

div.wpcf7 input[type="file"]{
  display: none;
}

.input-group-btn{
  position: relative;
}

.input-group-btn .btn{
  background-color: #b6b8c0;
  padding: 10px 10px;
  width: 200px;
  color: white;
  margin-top: 30px;
  transition: all 0.3s;
}

.input-group-btn .btn:hover{
  background-color: #484e62;
}

input.form-control.file{
  width: 360px;
  border: none;
  margin-left: 10px;
  padding: 21px 15px;
}

.wpcf7-form-control-wrap.checkbox{
  margin-top: 30px;
  font-size: 14px;
  margin-left: 5px;
  float: left;
  height: 200px;
}

.checkbox-text{
  padding-top: 40px;
}

.submit-container{
  margin-top: -139px;
}

.btn.submit{
  background-color: #fe6100;
  padding: 15px;
  width: 100%;
  color: white;
  border-radius: 0px;
  margin-top: 50px;
  transition: all 0.3s;
}

.contact-section-1 h2{
  font-size: 40px;
  color: inherit;
  line-height: 1.5;
}

.contact-section-1 hr{
  margin-top: 0px;
  border-color: #484e62;
}

.contact-section-1 p{
  margin: 0px;
  font-size: 17px;
}

.contact-section-1 p.title{
  font-size: 20px;
  font-weight: 600;
  padding-bottom: 20px;
}

.contact-section-1 p.pre{
  display: inline-block;
  vertical-align: top;
  width: 80px;
}

.contact-section-1 p.after{
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 80px);
}

.contact-section-2{
  padding-top: 0px;
  padding-bottom: 30px;
}

.contact-section-2 h2{
  color: inherit;
  padding-left: 15px;
}

.btn.submit.contact {
    background-color: #fe6100;
    padding: 15px;
    width: 100%;
    margin: 0px 30px 0px -15px;
    color: white;
    border-radius: 0px;
    margin-top: 23px;
    transition: all 0.3s;
}

.contact-section-2 textarea.form-control{
  height: 260px;
}

.btn.submit:hover{
  -webkit-box-shadow: -1px 0px 37px 0px rgba(0,0,0,0.35);
-moz-box-shadow: -1px 0px 37px 0px rgba(0,0,0,0.35);
box-shadow: -1px 0px 37px 0px rgba(0,0,0,0.35);
}

.advice.contact{
  padding-top: 10px;
  margin-left: -15px;
  font-size: 15px;
  color: dimgrey;
}

.contact-section-4 p.title{
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 0px;
}

.contact-section-4 .btn{
  color: black;
  margin-top: 20px;
}

.contact-section-3{
  height: 510px;
  padding: 0px;
}

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

footer{
  background-color: #eeeeee;
  padding-top: 50px;
}

.footer-top .first{
  background-color: #dadada;
}

.footer-top .first .content-box{
  height: auto;
}

.footer-top .content-box{
  padding: 20px 0px 20px 20px;
  height: 330px;
}

.footer-top .content-box.height-4{
  height: 230px;
}
.footer-top .content-box.height-5{
  height: 230px;
}

.footer-top .content-box.last{
  height: auto;
  margin-bottom: 70px;
}

.footer-top .title{
  color: #a8a8a8;
  font-size: 20px;
  font-weight: 600;
  padding-bottom: 9px;
}

.footer-top .first .title{
  color: inherit;
  padding-bottom: 20px;
}

.footer-top p{
  margin: 0px;
  font-size: 14px;
  transition: ease all 0.3s;
}

.footer-top p:hover{
  color: #fe6100;
}

.footer-top .subtitle{
  font-weight: 600;
  padding-top: 20px;
}

.footer-top hr{
  margin: 0px;
  width: 100%;
  border-color: #a8a8a8;
  margin-bottom: 10px;
}

.footer-top .icon-box{

}

.footer-top .icon{
  width: 35px;
  height: 35px;
  background-color: #dadada;
  margin-right: 20px;
  display: inline-block;
  font-size: 20px;
  line-height: 1.8;
  vertical-align: top;
  text-align: center;
}

.footer-top .icon.last{
  float: right;
  margin-right: 0px;
}

.footer-bottom{
  height: 60px;
  background-color: #a8abb3;
}

.footer-bottom p{
  color: #484e62;
  font-size: 14px;
  padding: 20px 0px 0px;
}

.presse-section .item{
  padding: 20px 0px;
  border-bottom: 1px solid rgba(0,0,0,0.3);
}

.presse-section .title{
  font-size: 24px;
}

.contact-section-2 span.wpcf7-not-valid-tip{
  position: absolute;
  width: 300px;
  bottom: -10px;
}

.contact-section-2 div.wpcf7-validation-errors, div.wpcf7-acceptance-missing{
  position: absolute;
  bottom: -65px;
}

.wrapper {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}


.c2a button {
	display: block;
	margin: 2em auto;
	padding: 15px 0px;
	width: 185px;
	font-weight: 600;
	font-size: 13px;
	background-color: white;
	border: none;
	border: 2px solid #484e62;
	border-radius: 1px;
	transition: all 0.3s;
}

.c2a button:hover{
  	-webkit-box-shadow: -1px 0px 37px 0px rgba(0,0,0,0.35);
	-moz-box-shadow: -1px 0px 37px 0px rgba(0,0,0,0.35);
	box-shadow: -1px 0px 37px 0px rgba(0,0,0,0.35);
	background-color: #484e62;
	color: white;
}

.grey {
    background: #dadada;
	padding: 3em;
	margin: 2em 0;
}

.wrapper .grey {
	height: 100%;
}

.grey p {
   font-size: 90%;
}
