@import url('https://fonts.googleapis.com/css?family=Abel|Fjalla+One&subset=latin-ext');
/* 
font-family: 'Fjalla One', sans-serif;
font-family: 'Abel', sans-serif; 
*/
/* STANDARD */
html, body {
  font-family: 'Abel', sans-serif; 
  font-weight:300;
  color:#403f3d;
  font-size:16px;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Fjalla One', sans-serif;
  font-weight:300;
  color:#3e3e3e;
}
h1 { font-size:36px;}
h2 { font-size:32px;}
h3 { font-size:28px;}
h4 { font-size:24px;}
h5 { font-size:20px;}
h6 { font-size:16px;}
a {
  color:#76c14e;
  }
a:hover {
  color:#3e3e3e;
}
b, strong {
  font-weight:400;
}
img {
  max-width: 100%;
  width: 100%;
  height: auto;
}

.align-right {
  text-align:right;
}
.align-center {
  text-align:center;
}
.row {
  margin-bottom: 30px;
}

/* NAVIGATION */
.navbar-dark {
  background-color: #3e3e3e;
  border:0px solid #3e3e3e;
}

.navbar {
  border-radius: 0px;
  margin-bottom: 0px;
}
.navbar-nav {
  margin-top:36px;
  padding-left: 30px;
}
.navbar-brand {
    height: 125px;
    padding: 0px;
}
.navbar-brand>img {
  width: 200px;
}
.navbar-left li {
  padding:14px;
  border-bottom:1px solid #fff;
}
.navbar-left li:hover,
.navbar-left li.active,
.navbar-left li.first {
  border-bottom:1px solid #76c14e;
}
.navbar-left li a.main-link,
.navbar-left li a.dropdown-link {
  text-decoration:none;
  font-size:18px;
  color:#fff;
}
.navbar-left li:hover a.main-link,
.navbar-left li:hover a.dropdown-link,
.navbar-left li.active a.dropdown-link {
  color:#77c14e;
}

.dropdown-menu li {
  padding:4px 10px;
  border-bottom:none;
}
.dropdown-menu li:hover,
.dropdown-menu li.active {
  border-bottom:none;
}
.dropdown-menu a.sub-link {
  color:#3e3e3e;
  font-size:16px;
  text-decoration:none;
}
.dropdown-menu li a.sub-link:hover,
.dropdown-menu li.active a.sub-link {
  color:#77c14e;
}

/* Slider */
.carousel {
  height: 900px;
} 
.carousel-inner {
  top: 250px;
  color: #fff;
}
.carousel-inner h2 {
  color: #76c14e;
}
.carousel-text {
  background-color: #3e3e3eb5;
}
/* Anfahrt*/
#p104 .col-md-4 {
  background-color: #76c14e;
  color: #3e3e3e;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  min-height: 300px;
}

/* Formular*/
.form-horizontal .form-group {
    width: 100%;
}

.powermail_captchaimage {
    width: 229px;
    height: 53px;
    margin-top: 15px;
}

/* News */
.news .teaser-text a.more {
    color: #76c14e;
    float: right;
    border: 1px solid #76c14e;
    padding: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 10px;
}

.news .footer {
    border-top: 2px solid #76c14e;
}

/* Footer*/
.footer-fluid {
  margin-top: 20px;
  padding-top: 30px;
  background-color: #3e3e3e;
  color: #fff;
}
.footer-fluid h4 {
  color: #76c14e;
}

/* DCE HoverBox */
.title-arch {
  text-align: center;
  margin: 50px 0;
  font-size: 22px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.project {
  width: 100%;
  height: 500px;
  background-image: url(https://image.freepik.com/free-vector/abstract-geometric-background-design_1045-764.jpg);
  background-size: cover;
  background-position: center;
  padding: 0 !important;
  float:left;
}

.project-hover {
  width: 100%;
  height: 100%;
  color: #fff;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background-color: rgba(118, 193, 78, 0.7);
  padding: 40% 30px !important;
}

.project-hover hr {
  height: 30px;
  width: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background-color: rgba(255, 255, 255, 1);
  border: 0;
}

.project-hover a {
  color: rgba(255, 255, 255, 1);
  padding: 2px 22px;
  line-height: 40px;
  border: 2px solid rgba(255, 255, 255, 1);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.project-hover a:hover {
  border-color: rgba(51, 51, 51, 1);
  color: rgba(51, 51, 51, 1);
  background-color: #FFF;
}

.project:hover .project-hover {
  opacity: 1;
}

.project:hover .project-hover hr {
  width: 100%;
  height: 5px;
}

/* DCE Team Card*/
.animate {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .info-card {
    width: 100%;
    border: 1px solid rgb(215, 215, 215);
    position: relative;
    font-family: 'Lato', sans-serif;
    margin-bottom: 20px;
    overflow: hidden;
  }
  .info-card > img {
    width: 100px;
    margin-bottom: 60px;
  }
  .info-card .info-card-details,
  .info-card .info-card-details .info-card-header  {
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: -100%;
    left: 0;
    padding: 0 15px;
    background: rgb(255, 255, 255);
    text-align: center;
  }
  .info-card .info-card-details::-webkit-scrollbar {
    width: 8px;
  }
  .info-card .info-card-details::-webkit-scrollbar-button {
    width: 8px;
    height: 0px;
  }
  .info-card .info-card-details::-webkit-scrollbar-track {
    background: transparent;
  }
  .info-card .info-card-details::-webkit-scrollbar-thumb {
    background: rgb(160, 160, 160);
  }
  .info-card .info-card-details::-webkit-scrollbar-thumb:hover {
    background: rgb(130, 130, 130);
  }           

  .info-card .info-card-details .info-card-header {
    height: auto;    
    bottom: 100%;
    padding: 10px 5px;
  }
  .info-card:hover .info-card-details {
    bottom: 0px;
    overflow: auto;
    padding-bottom: 25px;
  }
  .info-card:hover .info-card-details .info-card-header {
    position: relative;
    bottom: 0px;
    padding-top: 45px;
    padding-bottom: 25px;
  }
  .info-card .info-card-details .info-card-header h1,  
  .info-card .info-card-details .info-card-header h3 {
    color: rgb(62, 62, 62);
    font-size: 22px;
    font-weight: 900;
    text-transform: uppercase;
    margin: 0 !important;
    padding: 0 !important;
  }
  .info-card .info-card-details .info-card-header h3 {
    color: rgb(142, 182, 52);
    font-size: 15px;
    font-weight: 400;
    margin-top: 5px;
  }
  .info-card .info-card-details .info-card-detail .social {
    list-style: none;
    padding: 0px;
    margin-top: 25px;
    text-align: center;
  }
  .info-card .info-card-details .info-card-detail .social a {
    position: relative;
    display: inline-block;
    min-width: 40px;
    padding: 10px 0px;
    margin: 0px 5px;
    overflow: hidden;
    text-align: center;
    background-color: rgb(215, 215, 215);
    border-radius: 40px;
  }

@media (max-width: 1024px) {
  .backImage {
    margin-top: 120px;
  }
  #myCarousel {
    margin-top: 120px;
  }
  .navbar-toggle {
    margin-top:40px;
  }

  #navbar {
    border-bottom: 1px solid #777777;
  }

  .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-down a {
    color: #fff;
  }
}