@import url("https://fonts.googleapis.com/css?family=Lato:400,700,900");
body {
  font-family: 'Lato', Arial, sans-serif;
  color: #6b6b6b;
  font-size: 17px;
  line-height: 1.6;
}
p {
  text-align: justify;
}

.hero {
  position: relative;
  height: 100vh;
  z-index: -2;
  background: url("../gfx/bg2.jpg") center top 0px /cover no-repeat;
  opacity: 90%;
}
.overlay {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0,0,0,0.2);
}
.main-content {
  background: #f2f2f2;
}
.main-content .no-overlay {
  margin-top: 137px;
}
section {
  background: #fff;
  padding-bottom: 2rem;
}

.footer > .copyright {
  background: #fff;
  padding-top: 4rem;
  padding-bottom: 3rem;
  font-size: 1.3rem;
  color: #000000;
}
.footer > .c2020, .footer > .c2020 > a {
  background: #f5f5f5;
  padding: 1rem 2rem;
  text-align: center;
}

.footer > .c2020 > a > img {
  padding: 1rem;
  display: inline-block;
}

.languages {
  padding: 1rem;
}

.navbar-toggle .icon-bar {
  background: #FFFFFF;
}

nav.navbar.navbar--color--secondary > * .navbar-toggle .icon-bar {
  background: #000000;
}

section:nth-child(even) {
  background: #f5f5f5;
}
h2 {
  padding: 2rem 0 0.75rem;
  font-weight: 700;
  color: #4b4b4b;
}
h3 {
  font-size: 18px;
  padding: 0 0 2rem;
  margin: 0;
  line-height: 0rem;
  font-weight: 700;
  color: #000000;
}

.wd100 {
  width: 100vw;
}
/* ===================================== */
/* ===== THE INTERESTING STUFF NOW ===== */
/* ===================================== */
.navbar {
  border: none;
  -webkit-transition: 0.4s;
  transition: 0.4s;
/* --- navbar sizes --- */
/* --- navbar colors --- */
}
.navbar-brand {
  font-size: 2.25rem;
  font-weight: 900;
  color: #4b4b4b;
}

nav.navbar.navbar--color--ghost > div > div.navbar-header > a > img.logo-white {
  display: block !important;
}
nav.navbar.navbar--color--secondary > div > div.navbar-header > a > img.logo-black {
  display: block !important;
}
.navbar--size--xl {
  padding: 2rem 0;
}
.navbar--size--lg {
  padding: 2rem 0;
}
.navbar--size--md {
  padding: 1rem 0;
}
.navbar--size--sm {
  padding: 0;
}
.navbar--color--white {
  background: #fff;
}
.navbar--color--primary {
  background: #37ca7e;
}
.navbar--color--secondary {
  background: #eee;
}
.navbar--color--ghost {
  background: rgba(51,51,51,1);
}
.navbar--color--ghost .navbar-brand,
.navbar--color--ghost .navbar-text,
.navbar--color--ghost a {
  color: #fff;
}


nav.navbar.navbar--color--secondary ul li a:hover {
  color: #000000;
}

nav.navbar.navbar--color--secondary * nav.stroke ul li a:after {
  background: #000000;
}

a:focus, a:hover {
  text-decoration: none;
}
  
  /* NAVIGATION */
  nav {
    float: right;
    padding: 15px 0;
  }
  
  /* By Dominik Biedebach @domobch */
  nav ul {
    list-style: none;
    text-align: right;
    margin-top: 10px;
  }
  nav ul li {
    display: inline-block;
  }
  nav ul li a {
    display: block;
    padding: 10px;
    text-decoration: none;
    color: #000;
    font-weight: 800;
    text-transform: uppercase;
    margin: 0 10px;
    text-decoration: none;
  }
  nav ul li a,
  nav ul li a:after,
  nav ul li a:before {
    transition: all .5s;
  }
  nav ul li a:hover {
    color: #fff;
  }
  
  /* By Dominik Biedebach @domobch */
  
  
  /* stroke */
  nav.stroke ul li a,
  nav.fill ul li a {
    position: relative;
  }
  nav.stroke ul li a:after,
  nav.fill ul li a:after {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 0%;
    content: '.';
    color: transparent;
    background: #FFF;
    height: 1px;
    text-decoration: none;
  }
  nav.stroke ul li a:hover:after {
    width: 100%;
  }
  
  nav.fill ul li a {
    transition: all 2s;
  }
  /* By Dominik Biedebach @domobch */
  
  nav.fill ul li a:after {
    text-align: left;
    content: '.';
    margin: 0;
    opacity: 0;
  }
  nav.fill ul li a:hover {
    color: #fff;
    z-index: 1;
  }
  nav.fill ul li a:hover:after {
    z-index: -10;
    animation: fill 1s forwards;
    -webkit-animation: fill 1s forwards;
    -moz-animation: fill 1s forwards;
    opacity: 1;
  }
  
  
  /* Keyframes */
  @-webkit-keyframes fill {
    0% {
      width: 0%;
      height: 1px;
    }
    50% {
      width: 100%;
      height: 1px;
    }
    100% {
      width: 100%;
      height: 100%;
      background: #FFF;
    }
  }
  
  /* Keyframes */
  @-webkit-keyframes circle {
    0% {
      width: 1px;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      margin: auto;
      height: 1px;
      z-index: -1;
      background: #FFF;
      border-radius: 100%;
    }
    100% {
      background: #FFF;
      height: 5000%;
      width: 5000%;
      z-index: -1;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto;
      border-radius: 0;
    }
  }
  
  /* By Dominik Biedebach @domobch */

  .badge-inactive {
    background-color: #ccc;
  }
  .badge-inactive:hover {
    background-color: #000;
  }

  .badge-active {
    background-color: #333333;
  }
  .badge-active:hover {
    background-color: #333333;
  }

  .bg-black {
    background-color: #000000;
  }
  .bg-white {
    background-color: #FFFFFF;
  }
.bg-grey {
  background-color: #f5f5f5;
}
.font-weight-bold {
  font-weight: 700;
}
  .p-tb-24 {
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .p-lr-12 {
    padding-left: 12px;
    padding-right: 12px;
  }
  @media (max-width: 767px) {
    .navbar-collapse::after {
      display: block;
    }
    .navbar-brand { 
      padding: 0 15px;
    }
    .navbar-collapse {
      border-top: 10px solid #333333;
    }
    nav.navbar.navbar--color--ghost > div > div.navbar-header > a > img.logo-white {
      height: 50px;
    }
    nav.navbar.navbar--color--secondary > div > div.navbar-header > a > img.logo-black {
      height: 50px;
    }
    nav ul li {
      display: block;
    }
    nav ul li a {
      margin: 0 auto;
    }

    .hero {
      position: relative;
      height: 35vh;
      margin-top: 130px;
      background: url("../gfx/bg3.jpg") center top /cover no-repeat;
    }
    .main-content .no-overlay {
      margin-top: 90px;
    }
    .mobile-fluid {
      width: 100vw;
      padding: 0;
      margin: 0;
    }

    .history h2 {
      display: block;
    }
    .history h2::after {
      content: "|";
      padding-left: 12px;
    }
    .history h3 {
      display: contents;
    }   
    .history h3 div{
      display: table;
    }    
    .history h3 div:first-of-type{
      margin-bottom: 20px;
    }      
    .p-m {
      padding-top: 36px;
    }
  }

  @media (min-width: 768px) {
    .history h2 {
      display: inline-block;
    }
    .history h2::after {
      content: "|";
      padding-left: 12px;
    }
    .history h3 {
      display: block;
      padding-left: 82px;
    }
    .history h3 div{
      display: table;
    }    
    .history h3 div:first-of-type{
      margin-bottom: 20px;
    }     
  }