/*

Theme Name: Carbon Werke

Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold Wordpress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating wil be much easier then.

Version: 1.0

Author: Michael Loy

Author URI: http://www.pool-online.de

Template: enfold

*/
/*Add your own styles here:*/

#header{
left: 0;
width: 100% !important;
max-width: 100% !important;
background-color: #fff;
}

.av-logo-container{
    height: 100px !important;
}
.av-logo-container img{
    
}

.html_header_top.html_header_sticky.html_bottom_nav_header #main {
    padding-top: 170px;
}

#header .container_wrap{
  border-top-style: none !important;
  border-top-width: 0px !important;
}

#header .container{
  width: 1310px;
  padding: 0 20px;
  max-width: 90%;
}



#main{
    background-color: transparent ;
}

.main_color strong{
    color: #333333;
}



#top #header .av-main-nav .current_page_item > a {
   background-color: #ff0c0d;
   background-image: linear-gradient(to bottom, #ff0c0d 0%, #cd0102 100%);
   font-weight: 700;
}

.av-main-nav .menu-item > a:hover{
   background-color: #ff0c0d;
   background-image: linear-gradient(to bottom, #ff0c0d 0%, #cd0102     100%);

}
.header_color .avia-menu-fx {
   background-color: #ff0c0d;
   height: 1px;
}

.header_color .avia-menu-fx  > a:hover{
   background-color: #ff0c0d;
}



.av-main-nav > li > a{
     font-weight: 700;
     font-size: 16px;
}






.footer_color{
    background-color: #000000;
}
#footer .widget {
    padding: 0;
    margin: 0;
}
.socket_color{
   background-color: rgba(153, 153, 153, 0.9) ;
}

.tbl_impressum tr, .tbl_impressum td
{
background-color: transparent !important;
border: none !important;
color: #333333
  }
#home_buttons{
    margin: -92px 0 0 0;
	border-top: 0 !important;
	min-height: 90px !important;
	height:90px;
      
}


#home_buttons .content,  #home_buttons .sidebar{
      padding: 0;
      min-height: 0;
}

#home_buttons .container{
      padding: 0;
      max-width: 100%;
      width: 100%;
}

#home_buttons .flex_column{
     background: rgba(255,255,255,0.5);
     border-top-width:1px;
     border-left-width:1px;
	 border-bottom-width:1px;
     border-color:#ffffff; 
     border-style:solid;
     padding:30px 0; 
     text-align: center;
    
}

#home_buttons .avia-builder-el-last{
     border-right-width:1px;
	 border-color:#ffffff; 
     border-style:solid;
         
}



#home_buttons h2 {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 0;
}
#home_buttons a {
    text-decoration: none !important;
}

#footer .container, #socket .container{
      width: 100%;
}


@media only screen and (min-width: 1140px)  {
	

}
@media only screen and (min-width: 989px) and (max-width: 1140px) {
    .av-main-nav > li > a{
		font-size: 15px;
		padding: 0 6px;
	}
	
	
	
 }


/* Smaller than standard 960 (devices and browsers) */
@media only screen and (max-width: 989px) {

}
/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 989px) {
	#header .container{
  	 	padding: 0px;
  		max-width: 96%;
	}
    	
	.av-main-nav > li > a{
		font-size: 12px;
		padding: 0 4px;
	}
	
	
	
 }
 /* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {
	#home_buttons{
     margin: -107px 0 0 0 !important;
            
}

#home_buttons .flex_column{
     border: none;
     padding:0;
	 margin-bottom: 5px !important;
}

#home_buttons h2 {
    font-size: 16px;
}
#home_buttons a {
    text-decoration: underline;
}

#footer .container, #socket .container{
      width: 100%;
}
    
    
 }
 
 /* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {
 }

