/*   
Theme Name: sancal@kreative-web
Theme URI:
Description: Your child theme description text...
Author: Your Name
Author URI: http://www.kreative-web.de/
Template: enfold
Version: 1.0
Tags: Enfold Child Theme
*/

/* Use @import, to borrow the style sheet from the Baylys parent theme */
@import url('../enfold/style.css');

/* Now you can start adding your own styles here. Use !important to overwrite styles if neccessary. */

p{font-size:14px;line-height:1.8em;} 
.fb-social-plugin {margin-left: 46%;margin-top:20px;}
#page-head-leistung {
background-color:#c3512f;}
#page-head-ueber{background-color:#c3512f;}
#page-head-portfolio{background-color:#7e96a1;}

.template-page .entry-content-wrapper h1, .template-page .entry-content-wrapper h2 {
   font-weight: 300;
    word-spacing: 1px;
}

h1 strong, h2 strong {
    font-weight: 600;
}
h2 {
    font-size: 32px;
    line-height: 1.5em;
}
.span100 {
    width: 60px;
}
#top .aviaccordion-preview-title h3 {
    color: #fff !important;
}
@media only screen and (min-width: 768px) {
  /* Add your Desktop Styles here */
#top .aviaccordion-title{text-transform: uppercase;  font-size: 20px; /*font-weight:300;*/ line-height: 1.8em;}
}



/*
Mobile Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the Mobile and Tablet Portrait view */
@media only screen and (max-width: 1000px) {
  /* Add your Mobile Styles here */
.header_color .header_bg {
	background-image: none !important; 
}
}


@media only screen and (max-width: 767px) {
  /* Add your Mobile Styles here */
.header_color .header_bg {
	background-image: none !important; 
}
}



