/* mod CSS Flughöhe */

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Open Sans", sans-serif;
  font-size: 1em;
  line-height: 1.6em;
}

#header {
    padding: 8px 0;
}

a {
  color: #849EB1;
}

a:hover {
  color: #4F7BA0;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  color: #4F7BA0; hyphens: auto;
  font-weight: 400;
  line-height: 2em;
}

h1 {font-family: "Waterman-Barel", sans-serif; font-size: 4.5rem; font-weight: 400;  line-height: 80%;}

.h3, h3 { font-size: 1.4rem; }

img, object, video {
    max-width: 100%;
    height: auto;
}

.ce-gallery figcaption { display: table-caption; caption-side: bottom; font-style: italic;}

.nav-menu a {  font-size: 1em;}

/*--------------------------------------------------------------
# HERO
--------------------------------------------------------------*/
#hero { height: 80vh;  background-color: rgba(63, 73, 83, 0.2); }
#hero .carousel-item::before { background-color: rgba(30, 35, 40, 0.2);}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/

.back-to-top i {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  background: #849EB1;
  color: #fff;
  transition: all 0.4s;
}

.back-to-top i:hover {
  background: #4F7BA0;
  color: #fff;
}


/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
.nav-menu a {
    color: #4F7BA0;}

.nav-menu a:hover, .nav-menu .active > a, .nav-menu li:hover > a {
  color: #849EB1;
}
.nav-menu .drop-down ul a:hover, .nav-menu .drop-down ul .active > a, .nav-menu .drop-down ul li:hover > a {
    color: #CBE0E8;}

.nav-menu .drop-down:hover .open:after,
.nav-menu .drop-down.active .open:after  {
  color: #4F7BA0;
}


/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero .carousel-indicators li.active {
  opacity: 1;
  background: #CBE0E8;
}

#hero h2 {
  font-family: "Waterman-Barel", sans-serif;
  font-size: 7rem;
  font-weight: 400;
  line-height: 80%;
}

#hero p {
  font-size: 2em;
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
.section-title p {
    margin: 0;
    margin: 0;
    font-size: 32px;
    font-weight: 400;
    text-transform: none;
    color: #AB9576;
}

section {
  padding: 30px 0;
}

.section-bg, .services .icon-box {
  background-color: #DFE6EC;
}

.section-title {
  padding-bottom: 0px;
}

  
/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/

.testimonials .testimonial-item .quote-icon-left, .testimonials .testimonial-item .quote-icon-right {
  color: #EAE4DC;
  font-size: 26px;
}

.testimonials .testimonial-item {
background-color: #F8F9FA;
}


/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/

.portfolio #portfolio-flters li:hover, .portfolio #portfolio-flters li.filter-active {
    color: #fff;
    background: #BAA98F;
}
    
/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/

.services .icon-box i {
  color: #4F7BA0;
}
    
.services a:hover .icon-box {
  background:#849EB1;
  transition: 0.4s;
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
 background: #3e3e3c;
  padding: 0 0 30px 0;
  color: rgba(220, 211, 198, 0.75);
  font-size: 1em; 
}

#footer .footer-top {
  background: #B4C3D0;
  padding: 20px 0 20px 0;
  color: rgba(0, 0, 0, 0.75);
  font-size: 1em; 
  text-align: center;
}
#footer .footer-top  a { color:#2a4c59;}

.footer-info a {color: #2a4c59;}

#footer .footer-top .footer-info h3 {
  font-size: 24px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 400;
   color:rgba(0, 0, 0, 0.75);
}

#footer .footer-top .footer-info {
  margin-bottom: 0px;
}

@media (min-width: 992px) {
  .col-lg-3 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
