/*
*   name           Haven
*   version        1.4
*   description    Responsive and customizable Joomla!3 template
*   demo           http://demo.favthemes.com/haven/
*   author         FavThemes
*   author URL     http://www.favthemes.com
*   copyright      Copyright (C) 2012-2016 FavThemes.com. All Rights Reserved.
*   license        Licensed under GNU/GPLv3 (http://www.gnu.org/licenses/gpl-3.0.html)
*/

/*
******************************************************************************************

/// custom style
*/
#fav-mainbottom .favcontent-effect1 {
  padding: 0px !important; 
  margin: 0 10px 0 0 !important;
}
#fav-topbarwrap {
    border-bottom: solid 1px #EDEDED;
}
#fav-topbar1 {
  padding: 0;
  text-align: left;
}
#fav-topbar4 .banneritem {
  padding: 0;
  float: right !important;
}
#fav-introwrap {
  height: 20px;
}
/* Header */
#fav-promo, #fav-promo1 {
  margin: 0px;
  padding: 0px;
  box-shadow: none;
}
#fav-promo1 .moduletable {
  margin: 20px 0 0 0;
  padding: 0px;
}
/* MAINMENÜ
---------------------------------------------------------------------------- */
#fav-headerwrap {
  position: absolute;
  top: 150px;
  left: 0;
  width: 100%;
  text-align: center;
  opacity: 0.7;
}
#fav-nav {
  margin: 0px 0 0px -50px;
  width: 100%;
  padding: 0px;
}
#fav-nav li a,
#fav-nav li a:visited,
#fav-nav li a:link {
  color: #393939;
  margin-top: 5px;
  margin-bottom: 5px;  
  font-size: 28px;
  line-height: 28px;
  box-shadow: none;
  font-weight: 400;
}
/* MENÜ
---------------------------------------------------------------------------- */
#fav-sidebar1 {
  margin: 0px 0px 30px 0;
  width: 240px;
  padding: 0 20px 0 0;
  text-align: left;
}
#fav-sidebar1 h3 {
  border: 0px solid #ff0000;
}
#fav-sidebar1 .moduletable ul.nav.menu {
  padding: 0px;
  margin: 0px;
  border: 0px solid #ff0000;
}
#fav-sidebar1 li a,
#fav-sidebar1 li a:visited,
#fav-sidebar1 li a:link {
  color: #31363F;
  line-height: 30px;
  font-size: 18px;
  font-weight: 400;
  text-align: left;
  text-decoration: none;
  text-transform: uppercase;
}
#fav-sidebar1 li a:hover,
#fav-sidebar1 li.active a
/*#fav-sidebar1 ul.nav.menu li.active a*/ {
  color: #c5dd7f;
  background-color: #ffffff;
  text-decoration: none;
}
#fav-sidebar1 ul.nav-child li a,
#fav-sidebar1 ul.nav-child li a:visited,
#fav-sidebar1 ul.nav-child li a:link {
  color: #31363F;
  padding-left: 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
}
#fav-sidebar1 ul.nav-child li a:hover,
#fav-sidebar1 ul.nav-child li.active a {
  color: #c5dd7f;
  text-decoration: none;
}
/* Images */
#fav-topbar1 .banneritem img {
  height: 130px !important;
}
/* Container Unterstriche*/
.moduletable h3,
.page-header h2,
h2.item-title,
.componentheading,
div.tag-category h2 {
  text-transform: uppercase !important;
  border-bottom: solid 1px #c5dd7f !important;
}
/* Footerstyle */
#fav-footerwrap {
  min-height: 270px;
  padding-top: 50px;
  margin: 0 auto;
background: #292c33; /* Old browsers */
background: -moz-linear-gradient(top,  #313131 0%, #414141 20%, #414141 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#313131), color-stop(20%,#414141), color-stop(100%,#414141)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #313131 0%,#414141 20%,#414141 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #313131 0%,#414141 20%,#414141 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #313131 0%,#414141 20%,#414141 100%); /* IE10+ */
background: linear-gradient(to bottom,  #313131 0%,#414141 20%,#414141 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#313131', endColorstr='#414141',GradientType=0 ); /* IE6-9 */
}
/* Footer */
#fav-footer1 .moduletable a,
#fav-footer1 .moduletable a:hover,
#fav-footer1 .moduletable a:focus,
#fav-footer5 .moduletable a,
#fav-footer5 .moduletable a:hover,
#fav-footer5 .moduletable a:focus,
#fav-footer6 .moduletable a,
#fav-footer6 .moduletable a:hover,
#fav-footer6 .moduletable a:focus {
  color: #c5dd7f;
  text-align: right;
  background: none;
}
#fav-footer1 {
  /*min-width: 400px;*/
  padding: 5px 0 0 0;
  text-align: left;
}
#fav-footer3 {
  max-width: 170px;
  padding: 0;
  text-align: left;
}
/* Mobile */
@media handheld, only screen and (max-width: 767px) {
  #fav-footer1 {
    min-width: 50px;
  }
  #fav-footer3 {
    display: none;
  }
}
#fav-footer5 {
  width: 190px;
  color: #FFFFFF;
  font-size: 12px;
  text-transform: uppercase;
}
#fav-footer6 {
  /*width: 105px;*/
  color: #FFFFFF;
  font-size: 12px;
  text-transform: uppercase;
}