/* Basic */
/* roboto-regular - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('./fonts/roboto-v30-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('./fonts/roboto-v30-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('./fonts/roboto-v30-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('./fonts/roboto-v30-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('./fonts/roboto-v30-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('./fonts/roboto-v30-latin-regular.svg#Roboto') format('svg'); /* Legacy iOS */
}


body {
  color: #000;
  font-family: 'Roboto', 'Open Sans', sans-serif;
  font-size: 15px;
}

a {
  color: #000;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #f7911d;
  text-decoration: none;
  background-color: transparent;
}

.h1, .h2, .h3, .h4, h1, h2, h3, h4 {
  font-weight: bold;
}

.lead {
  color: #f7911d;
}

.jumbotron {
  padding-top: 90px;
}

/* Header */
.header {
  position: fixed;
  z-index: 10;
  width: 100%;
  background: #fff;
}

.header ul li:first-child {
  padding-left: 0;
}

.header ul li:last-child {
  padding-right: 0;
}

.header ul li {
  display: inline-block;
  padding: 0 10px;
}

.main-navbar {
  box-shadow: 0px 1px 20px -6px rgba(0, 0, 0, 0.2);
}

.main-navbar .logo,
.top-navbar .nav-contact {
  float: left;
}

.main-nav,
.top-navbar .nav-lang {
  float: right;
}

.top-nav ul {
  margin: 2px 0;
}

.top-nav li,
.top-nav a {
  color: #a7a6a5;
}

.header .logo {
  background-image: url(../img/logo.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 250px;
  height: 40px;
  margin: 22px 0;
}

.header .logo a {
  display: block;
  height: 100%;
}

.header .logo h1 {
  position: absolute;
  left: -2000px;
}

.header .main-nav {
  padding-top: 31px;
}

.nav-lang>li {
  position: relative;
}

.nav-lang>li>ul {
  position: absolute;
  display: none;
  right: 0;
  padding: 0;
  text-align: right;
  background: #fff;
  box-shadow: 0px 1px 20px -6px rgba(0, 0, 0, 0.4);
  margin-top: 0;
  z-index: 20;

  /*-webkit-padding-start: 0;*/
}

.nav-lang>li>ul>li {
  padding: 0px;
  display: block;
}

.nav-lang>li>ul>li>a {
  padding: 9px;
  display: block;
}

.nav-lang>li:hover>ul {
  display: block;
}

.nav-lang>li>ul>li:hover {
  background: #eee;
}

/**/

/* Burger button */
.nav-btn {
  width: 47px;
  height: 84px;
  float: right;
  padding: 29px 10px;
  display: none;
  cursor: pointer;
}

.nav-btn span {
  height: 3px;
  width: 100%;
  background-color:#f7911d;
  display: block;
  margin: 6px 0;
  transition: all .2s;
}

.open.nav-btn .line-2 {
  display: none;
}

.open.nav-btn .line-1 {
  transform: rotate(45deg);
  margin: 13px 0;
}

.open.nav-btn .line-3 {
  transform: rotate(-45deg);
  margin: -16px 0px;
}

/**/

/* Home hero image */
.main-img-container {
  height: 100vh;
  background-image: url("../img/background.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
  position: relative;
  color: #fff;
  background-attachment: fixed;
}

.arrow-down {
  position: absolute;
  bottom: 60px;
  left: 50%;
  transform: translateX(-50%);
  font-size: xx-large;
}

.arrow-down a {
    color: #fff;
}

/* Home - main container - hero image */
.vertical-center {
  min-height: 100%;  /* Fallback for browsers do NOT support vh unit */
  /*min-height: 100vh;  These two lines are counted as one :-)*/
  display: flex;
  align-items: center;
}

/**/

/* About section - intro four col */
.ico-intro {
  background-size: contain;
  background-repeat: no-repeat;
  height: 60px;
  width: 60px;
  display: inline-block;
}

.ico-map {
  background-image: url(../img/ico/map.svg);
}

.ico-flag {
  background-image: url(../img/ico/flag.svg);
}

.ico-line-chart {
  background-image: url(../img/ico/line-chart.svg);
}

.ico-settings {
  background-image: url(../img/ico/settings.svg);
}

.about .h4 {
  color: #f7911d;
}

/**/

/* Content section / Info-section */
.info-section>div {
  padding-top: 85px;
  padding-bottom: 85px;
}

.info-section .ico-intro {
  height: 30px;
  width: 30px;
}

.info-section img {
  width: 100%;
}

.flex-center {
  display: flex;
  align-items: center;
}

.text-block {
  padding: 30px;
}

.info-content {
  background-size: auto 500px;
  background-repeat: no-repeat;
  background-position: right center;
}

.info-content.content-one {
  background-image: url(../img/background-map.jpg);
}

.info-content.content-two {
  background-image: url(../img/background-flag.jpg);
  background-position: left center;
}

.info-content.content-three {
  background-image: url(../img/background-log.jpg);
}

.info-content.content-four {
  background-image: url(../img/background-service.jpg);
  background-position: left center;
}

.content-four .second-col img {
  margin-bottom: -85px;
}

/**/

/* Page anchors */

.anchor {
  height: 90px;
  margin-top:-90px;
  visibility: hidden;
  padding: 0 !important;
}

/**/

/* About section */
.about {
  padding-top: 80px;
  padding-bottom: 100px;
}

.about>div>div:nth-child(2),
.about>div>div:nth-child(3),
.about>div>div:nth-child(4),
.about>div>div:nth-child(5) {
  padding-top: 30px;
}

/**/


/* Scroll animation */
.revealOnScroll { opacity: 0; }

#home .lead-text {
  animation-delay: .3s;
}

.about .revealOnScroll:nth-child(3) {
  animation-delay: .3s;
}

.about .revealOnScroll:nth-child(4) {
  animation-delay: .6s;
}

.about .revealOnScroll:nth-child(5) {
  animation-delay: .9s;
}

/* Contact form */
#status .msg-ok {
  color: #638339;
}

#status .msg-err {
  color: #ff0000;
}

.contact-us {
  background-color: #f4f4f4;
  padding: 50px 0;
}

.contact-us .lead {
  color: #000;
}

.contactForm input[type="text"], .contactForm input[type="email"], .contactForm textarea {
  width: 100%;
  border: none;
  padding: 10px 10px;
  margin: 10px 0;
}

.contactForm textarea {
  height: 200px;
}

/* Contact form button */
.btn-send {
  float: right;
  padding: 10px 40px;
  background-color: #f7911d;
  border: none;
  color: white;
  box-sizing: border-box;
  border: 2px solid #f7911d;
  transition: all 0.3s;
  border-radius: 420px;
}

.btn-send:hover {
  color: #f7911d;
  background: none;
}

/**/

/* Footer */
footer {
  background-color: #f4f4f4;
  background-image: url(../img/background-footer.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

footer a {
  color: #fff;
}

footer a:hover,
footer a:focus {
  color: #fad4a9;
}

footer .logo img {
  width: 200px;
}

footer .container .row>div {
  padding-top: 30px;
}

/* Button to the top */
.btn-top {
  color: #000;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 4%;
  right: 4%;
  z-index: 999;
  border: 3px solid #000;
  border-radius: 50%;
  font-size: 36px;
  visibility: hidden;
  opacity: 0;
  transition: all .5s;
}

.btn-top i {
  vertical-align: text-top;
  line-height: 23px;
}

.btn-top.active {
  visibility: visible;
  opacity: 1;
}

.btn-top:hover {
  color:#fff;
  background: #000;
}

/**/

/* Imprint page */

/* Content section */

.content-section {
  padding: 90px 0;
  padding-top: 150px;
}

.content-section .open-positions{
  margin-top: 60px;
}

.content-section .table {
  margin-top: 20px;
}


/**/

/**/

/* Responsive */

/* Navbar colapse/breakpoint */
@media (max-width: 1199px) {
    .top-navbar .container {
      /*width: 100%;*/
    }
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
        display:block !important;
    }

    /* dropdown menu in navigation */
    .navbar-nav .open .dropdown-menu {
      position: static;
      float: none;
      width: auto;
      margin-top: 0;
      background-color: transparent;
      border: 0;
      -webkit-box-shadow: none;
      box-shadow: none;
    }
    .top-navbar {
      /*background: rgba(0,0,0,.85);*/
    }
    .top-navbar .dropdown-menu > li > a {
      color: #fff;
    }
    .nav .open > a, .nav .open > a:focus {
      background-color: transparent;
    }
    .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
      color: #e1a34e;
      background-color: transparent;
    }

}

@media (max-width: 991px) {
  /* info section */
  .flex-center {
    flex-direction: column;
  }
  .first-col {
    margin-right: 0;
  }
  .second-col {
    margin-left: 0;
  }
  .import .first-col {
    order: 2;
  }
  .info-section>div {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .info-section .info-content {
    background-image: none;
  }

  .content-four .second-col img {
    margin-bottom: 0px;
  }
}
@media (max-width: 767px) {
  /* Navigation */
  .header {
    display: flex;
    flex-direction: column;
    text-align: center;
  }
  .header .top-navbar {
    order: 2;
  }
  .header .main-navbar {
    order: 1;
  }
  .header .logo,
  .header .main-nav,
  .top-nav .nav-contact,
  .top-nav .nav-lang {
    float: none;
  }
  .header .logo {
    display: inline-block;
    background-image: url(../img/logo-small.png);
    width: 59px;
    margin: 24px 0 20px;
    transform: translateX(24px);
  }
  .header .main-nav {
    padding-top: 5px;
  }

  .header .nav-lang {

  }

  .main-nav ul li,
  .header ul li {
    display: block;
    padding: 5px 0;
  }

  .header ul li ul {
    display: block;
    position: relative;
    text-align: left;
    box-shadow: none;
    padding-top: 5px;
    text-align: center;
  }
  .header ul li ul a {
    padding: 5px 15px;
  }

  .nav-btn {
    display: block;
  }
  .main-nav {
    display: none;
  }
  .main-nav.menuOpen {
    display: block;
  }

  .top-nav {
    display: none;
  }
  .top-nav.menuOpen {
    display: block;
  }

  /**/

  /* Scroll animation */
  .about .revealOnScroll:nth-child(3),
  .about .revealOnScroll:nth-child(4),
  .about .revealOnScroll:nth-child(5) {
    animation-delay: 0s;
  }
  /**/

  /* Footer */
  footer {
    text-align: center;
  }
  /**/

}
