/* ----------------------------------------------------
	Individual Design
-------------------------------------------------------*/
.red {
   color: #e30613;   
}
.header-middle-area {
  margin-top: 10px;
}
.logo {
   padding: 10px 0;
}
.logo img {
   width: 100%;
   max-width: 200px;
}
.main-menu li:hover > a {
  color: #e30613;
}
.main-menu li ul li:hover > a {
  background: #e30613 none repeat scroll 0 0;
  color: #fff;
}
.mean-container .mean-bar {
   margin-bottom: 10px;  
}

.footer-fun-text img {
   width: 100%;
   max-width: 300px;   
}
.footer-fun-text p {
   margin: 20px 0 10px 0;  
}
.social-bookmark > li a:hover{
  background: #e30613;
}

.button {
    background: #e30613 none repeat scroll 0 0;
    border: medium none;
    color: #ffffff;
    display: inline-block;
    font-size: 12px;
    height: 45px;
    letter-spacing: 1px;
    line-height: 45px;
    padding: 0 30px;
    text-transform: uppercase;
}

.button:hover,
.button.active-btn{
  background: #222222;
  color: #ffffff;
}
.button.active-btn:hover{
  background: #232323;
  color: #ffffff;
}

.area-heading-style-two {
  margin: 0 auto;
  width: 80%;
}
.area-heading-style-ten {
  margin: 0 auto 70px;
  width: 80%;
}
.area-heading.area-heading-style-two p {
  display: block;
  font-size: 20px;
  font-weight: 200;
  line-height: 28px;
  margin: 0;
  text-transform: none;
}
.area-heading-style-ten .area-title::before {
    background: #232323 none repeat scroll 0 0;
    bottom: -20px;
    content: "";
    height: 1px;
    left: 50%;
    position: absolute;
    top: auto;
    transform: translateY(0px) translateX(-50%);
    width: 70px;
}
.area-heading-style-ten .area-title::after {
    display: none;
    right: calc(100% + 20px);
}
.area-heading-style-ten .area-title {
    margin-bottom: 45px;
}
.area-heading.area-heading-style-ten p {
  display: block;
  font-size: 20px;
  font-weight: 200;
  line-height: 28px;
  margin: 0;
  text-transform: none;
}

.to-top-btn {
    color: #e30613;
}

.post-content p {
   font-size: 18px;
   font-weight: 200;
}
.single-contact-option {
  margin-bottom: 70px;
  overflow: hidden;
}
.contact-page-area {
   padding-top: 5px;
}
/* ----------------------------------------------------
	Header Backgrounds
-------------------------------------------------------*/

.header-blog {
  background: rgba(0, 0, 0, 0) url("../images/backgrounds/blog.jpg") repeat scroll center center / cover ;
}
.header-about {
  background: rgba(0, 0, 0, 0) url("../images/backgrounds/ueberuns.jpg") repeat scroll center center / cover ;
}
.header-contact {
  background: rgba(0, 0, 0, 0) url("../images/backgrounds/kontakt.jpg") repeat scroll center center / cover ;
}
.header-referenz {
  background: rgba(0, 0, 0, 0) url("../images/backgrounds/referenzen.jpg") repeat scroll center center / cover ;
}

/* ----------------------------------------------------
	Slider
-------------------------------------------------------*/
.erika-slider-content {
   background: rgba(227,6,19,.7);
   padding: 20px;
}
.erika-slider-content > h2 {
  font-size: 56px;
  font-weight: 600;
  line-height: 1;
  color: #fff;
}
.erika-slider-content p {
  margin-bottom: 25px;
  font-size: 36px;
  line-height: 42px;
  color: #fff;
}


/* ----------------------------------------------------
	Responsive
-------------------------------------------------------*/
@media (min-width: 768px) and (max-width: 991px) {
   .erika-slider-content > h2 {
      font-size: 36px;
   }
   .erika-slider-content p {
      font-size: 24px;
      line-height: 28px;
   }
   .area-heading.area-heading-style-two p {
      display: block;
      font-size: 16px;
      font-weight: 200;
      line-height: 20px;
      margin: 0;
      text-transform: none;
   }
   .post-content p {
   font-size: 16px;
   font-weight: 200;
   }
}

@media (max-width: 767px) {
   .erika-slider-content > h2 {
      font-size: 24px;
   }
   .erika-slider-content p {
      font-size: 18px;
      line-height: 20px;
   }
   .area-heading.area-heading-style-two p {
      display: block;
      font-size: 16px;
      font-weight: 200;
      line-height: 20px;
      margin: 0;
      text-transform: none;
   }
   .post-content p {
   font-size: 16px;
   font-weight: 200;
   }
}